Home
last modified time | relevance | path

Searched refs:IsLeafProc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.h29 bool IsLeafProc; variable
32 VEMachineFunctionInfo() : VarArgsFrameOffset(0), IsLeafProc(false) {} in VEMachineFunctionInfo()
34 : VarArgsFrameOffset(0), IsLeafProc(false) {} in VEMachineFunctionInfo()
47 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()
48 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h32 bool IsLeafProc; variable
36 IsLeafProc(false) {} in SparcMachineFunctionInfo()
39 IsLeafProc(false) {} in SparcMachineFunctionInfo()
55 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()
56 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()