Home
last modified time | relevance | path

Searched refs:mustSaveLR (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h186 bool mustSaveLR() const { return MustSaveLR; } in mustSaveLR() function
H A DPPCFrameLowering.cpp637 bool MustSaveLR = FI->mustSaveLR(); in emitPrologue()
1551 bool MustSaveLR = FI->mustSaveLR(); in emitEpilogue()
H A DPPCAsmPrinter.cpp1962 if (FI->mustSaveLR()) in emitTracebackTable()