Home
last modified time | relevance | path

Searched refs:getSavePoint (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp311 if (MFI.getSavePoint()) { in calculateSaveRestoreBlocks()
312 SaveBlocks.push_back(MFI.getSavePoint()); in calculateSaveRestoreBlocks()
425 MachineBasicBlock *Save = MFI.getSavePoint(); in updateLiveness()
H A DMIRPrinter.cpp338 if (MFI.getSavePoint()) { in convert()
340 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h763 MachineBasicBlock *getSavePoint() const { return Save; } in getSavePoint() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1703 if (MFI.getSavePoint() && MFI.hasTailCall()) { in processFunctionBeforeFrameFinalized()