Searched refs:IsLeafProc (Results 1 – 2 of 2) sorted by relevance
29 bool IsLeafProc; variable32 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()
32 bool IsLeafProc; variable36 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()