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 35 /// MustSaveLR - Indicates whether LR is defined (or clobbered) in the current
38 bool MustSaveLR;
113 /// MustSaveLR - This is set when the prolog/epilog inserter does its initial
118 void setMustSaveLR(bool U) { MustSaveLR = U; }
119 bool mustSaveLR() const { return MustSaveLR; }
PPCFrameLowering.cpp 341 bool MustSaveLR = FI->mustSaveLR();
360 if (MustSaveLR)
369 if (MustSaveLR)
375 if (MustSaveLR)
386 if (MustSaveLR)
497 if (MustSaveLR) {
604 bool MustSaveLR = FI->mustSaveLR();
701 if (MustSaveLR)
    [all...]

Completed in 3300 milliseconds