Searched refs:IsLeafProc (Results 1 – 2 of 2) sorted by relevance
29 bool IsLeafProc; variable33 : GlobalBaseReg(), VarArgsFrameOffset(0), IsLeafProc(false) {} in VEMachineFunctionInfo()35 : GlobalBaseReg(), VarArgsFrameOffset(0), IsLeafProc(false) {} in VEMachineFunctionInfo()43 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()44 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()
32 bool IsLeafProc; variable36 IsLeafProc(false) {} in SparcMachineFunctionInfo()39 IsLeafProc(false) {} in SparcMachineFunctionInfo()50 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()51 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()