Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.h187 bool mustSaveLR() const { return MustSaveLR; } in mustSaveLR() function
DPPCFrameLowering.cpp637 bool MustSaveLR = FI->mustSaveLR(); in emitPrologue()
1560 bool MustSaveLR = FI->mustSaveLR(); in emitEpilogue()
DPPCAsmPrinter.cpp2035 if (FI->mustSaveLR()) in emitTracebackTable()