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

/freebsd-10.2-release/contrib/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.h32 /// IsLeafProc - True if the function is a leaf procedure.
33 bool IsLeafProc; member in class:llvm::SparcMachineFunctionInfo
37 IsLeafProc(false) {}
40 IsLeafProc(false) {}
51 void setLeafProc(bool rhs) { IsLeafProc = rhs; }
52 bool isLeafProc() const { return IsLeafProc; }

Completed in 46 milliseconds