HomeSort by relevance Sort by last modified time
    Searched refs:isLeafProc (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.h 32 /// IsLeafProc - True if the function is a leaf procedure.
33 bool IsLeafProc;
37 IsLeafProc(false) {}
40 IsLeafProc(false) {}
51 void setLeafProc(bool rhs) { IsLeafProc = rhs; }
52 bool isLeafProc() const { return IsLeafProc; }
SparcFrameLowering.h 47 bool isLeafProc(MachineFunction &MF) const;
SparcFrameLowering.cpp 100 if (FuncInfo->isLeafProc()) {
158 if (!FuncInfo->isLeafProc()) {
202 bool SparcFrameLowering::isLeafProc(MachineFunction &MF) const
252 if (!DisableLeafProc && isLeafProc(MF)) {
SparcRegisterInfo.cpp 170 if (FuncInfo->isLeafProc()) {

Completed in 3095 milliseconds