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 542 bool MustSaveLR = FI->mustSaveLR();
578 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
619 if (MustSaveLR)
646 if (MustSaveLR)
747 if (MustSaveLR) {
845 bool MustSaveLR = FI->mustSaveLR();
    [all...]

Completed in 81 milliseconds