LLVM 22.0.0git
AArch64PrologueEpilogue.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Macros

#define DEBUG_TYPE   "frame-info"

Functions

 STATISTIC (NumRedZoneFunctions, "Number of functions using red zone")
static void llvm::getLivePhysRegsUpTo (MachineInstr &MI, const TargetRegisterInfo &TRI, LivePhysRegs &LiveRegs)
 Collect live registers from the end of MI's parent up to (including) MI in LiveRegs.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "frame-info"

Definition at line 19 of file AArch64PrologueEpilogue.cpp.

Function Documentation

◆ STATISTIC()

STATISTIC ( NumRedZoneFunctions ,
"Number of functions using red zone"  )