LLVM 19.0.0git
Functions | Variables
SparcFrameLowering.cpp File Reference
#include "SparcFrameLowering.h"
#include "SparcInstrInfo.h"
#include "SparcMachineFunctionInfo.h"
#include "SparcSubtarget.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Target/TargetOptions.h"

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()

static bool LLVM_ATTRIBUTE_UNUSED verifyLeafProcRegUse ( MachineRegisterInfo MRI)
static

Definition at line 309 of file SparcFrameLowering.cpp.

References 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