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

/freebsd-13-stable/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
33 : GlobalBaseReg(), VarArgsFrameOffset(0), IsLeafProc(false) {}
35 : GlobalBaseReg(), VarArgsFrameOffset(0), IsLeafProc(false) {}
43 void setLeafProc(bool rhs) { IsLeafProc = rhs; }
44 bool isLeafProc() const { return IsLeafProc; }
/freebsd-13-stable/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) {}
50 void setLeafProc(bool rhs) { IsLeafProc = rhs; }
51 bool isLeafProc() const { return IsLeafProc; }

Completed in 75 milliseconds