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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h31 /// IsLeafProc - True if the function is a leaf procedure.
32 bool IsLeafProc; member in class:llvm::SparcMachineFunctionInfo
36 IsLeafProc(false) {}
39 IsLeafProc(false) {}
55 void setLeafProc(bool rhs) { IsLeafProc = rhs; }
56 bool isLeafProc() const { return IsLeafProc; }
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEMachineFunctionInfo.h28 /// IsLeafProc - True if the function is a leaf procedure.
29 bool IsLeafProc; member in class:llvm::VEMachineFunctionInfo
32 VEMachineFunctionInfo() : VarArgsFrameOffset(0), IsLeafProc(false) {}
34 : VarArgsFrameOffset(0), IsLeafProc(false) {}
47 void setLeafProc(bool rhs) { IsLeafProc = rhs; }
48 bool isLeafProc() const { return IsLeafProc; }

Completed in 102 milliseconds