Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:mustSaveLR

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();
958 if (MustSaveLR)
986 if (MustSaveLR)
1039 /// MustSaveLR - Return true if this function requires that we save the LR
1042 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) {
1062 FI->setMustSaveLR(MustSaveLR(MF, LR));