Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DShrinkWrap.cpp579 MFI.setRestorePoint(Restore); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp243 MFI.setRestorePoint(nullptr); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h766 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp599 MFI.setRestorePoint(MBB); in initializeFrameInfo()