Home
last modified time | relevance | path

Searched defs:MustSaveLR (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h41 bool MustSaveLR; variable
DPPCFrameLowering.cpp383 bool MustSaveLR = FI->mustSaveLR(); in emitPrologue() local
681 bool MustSaveLR = FI->mustSaveLR(); in emitEpilogue() local
877 static bool MustSaveLR(const MachineFunction &MF, unsigned LR) { in MustSaveLR() function