LLVM 22.0.0git
SparcFrameLowering.cpp File Reference

Go to the source code of this file.

Functions

static bool LLVM_ATTRIBUTE_UNUSED verifyLeafProcRegUse (MachineRegisterInfo *MRI)

Variables

static cl::opt< boolDisableLeafProc ("disable-sparc-leaf-proc", cl::init(false), cl::desc("Disable Sparc leaf procedure optimization."), cl::Hidden)

Function Documentation

◆ verifyLeafProcRegUse()

bool LLVM_ATTRIBUTE_UNUSED verifyLeafProcRegUse ( MachineRegisterInfo * MRI)
static

Definition at line 249 of file SparcFrameLowering.cpp.

References LLVM_ATTRIBUTE_UNUSED, and MRI.

Variable Documentation

◆ DisableLeafProc

cl::opt< bool > DisableLeafProc("disable-sparc-leaf-proc", cl::init(false), cl::desc("Disable Sparc leaf procedure optimization."), cl::Hidden) ( "disable-sparc-leaf-proc" ,
cl::init(false) ,
cl::desc("Disable Sparc leaf procedure optimization.") ,
cl::Hidden  )
static