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

/freebsd-10.2-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h38 /// MustSaveLR - Indicates whether LR is defined (or clobbered) in the current
41 bool MustSaveLR; member in class:llvm::PPCFunctionInfo
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; }
H A DPPCFrameLowering.cpp383 bool MustSaveLR = FI->mustSaveLR(); local
419 assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
459 if (MustSaveLR)
486 if (MustSaveLR)
585 if (MustSaveLR) {
681 bool MustSaveLR = FI->mustSaveLR(); local
793 if (MustSaveLR)
821 if (MustSaveLR)
874 /// MustSaveLR - Return true if this function requires that we save the LR
877 static bool MustSaveLR(cons function
[all...]

Completed in 95 milliseconds