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

  /external/llvm/lib/Target/PowerPC/
PPCMachineFunctionInfo.h 38 /// MustSaveLR - Indicates whether LR is defined (or clobbered) in the current
41 bool MustSaveLR;
129 /// MustSaveLR - This is set when the prolog/epilog inserter does its initial
134 void setMustSaveLR(bool U) { MustSaveLR = U; }
135 bool mustSaveLR() const { return MustSaveLR; }
PPCFrameLowering.cpp 380 bool MustSaveLR = FI->mustSaveLR();
414 if (MustSaveLR)
436 if (MustSaveLR)
448 if (MustSaveLR)
470 if (MustSaveLR)
616 if (MustSaveLR) {
722 bool MustSaveLR = FI->mustSaveLR();
834 if (MustSaveLR)
    [all...]

Completed in 72 milliseconds