Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp313 assert(MFI.getRestorePoint() && "Both restore and save must be set"); in calculateSaveRestoreBlocks()
314 MachineBasicBlock *RestoreBlock = MFI.getRestorePoint(); in calculateSaveRestoreBlocks()
436 MachineBasicBlock *Restore = MFI.getRestorePoint(); in updateLiveness()
H A DMIRPrinter.cpp342 if (MFI.getRestorePoint()) { in convert()
344 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h765 MachineBasicBlock *getRestorePoint() const { return Restore; } in getRestorePoint() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1704 MachineBasicBlock *RestoreBlock = MFI.getRestorePoint(); in processFunctionBeforeFrameFinalized()