LLVM 23.0.0git
X86ArgumentStackSlotRebase.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "x86-argument-stack-slot"

Functions

 INITIALIZE_PASS (X86ArgumentStackSlotLegacy, DEBUG_TYPE, "Argument Stack Rebase", false, false) FunctionPass *llvm
static Register getArgBaseReg (MachineFunction &MF)
static bool argumentStackSlotRebase (MachineFunction &MF)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "x86-argument-stack-slot"

Definition at line 33 of file X86ArgumentStackSlotRebase.cpp.

Function Documentation

◆ argumentStackSlotRebase()

◆ getArgBaseReg()

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( X86ArgumentStackSlotLegacy ,
DEBUG_TYPE ,
"Argument Stack Rebase" ,
false ,
false  )