Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcMachineFunctionInfo.h33 bool IsLeafProc; variable
37 IsLeafProc(false) {} in SparcMachineFunctionInfo()
40 IsLeafProc(false) {} in SparcMachineFunctionInfo()
51 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()
52 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()