Searched refs:MustSaveLR (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h35 /// MustSaveLR - Indicates whether LR is defined (or clobbered) in the current
38 bool MustSaveLR; member in class:llvm::PPCFunctionInfo
100 /// MustSaveLR - This is set when the prolog/epilog inserter does its initial
105 void setMustSaveLR(bool U) { MustSaveLR = U; }
106 bool mustSaveLR() const { return MustSaveLR; }
H A DPPCFrameLowering.cpp295 bool MustSaveLR = FI->mustSaveLR(); local
314 if (MustSaveLR)
323 if (MustSaveLR)
329 if (MustSaveLR)
340 if (MustSaveLR)
451 if (MustSaveLR) {
540 bool MustSaveLR = FI->mustSaveLR(); local
637 if (MustSaveLR)
645 if (MustSaveLR)
648 if (MustSaveLR)
725 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) { function
[all...]

Completed in 207 milliseconds