Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h826 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp971 MFI.setRestorePoint(Restore); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp351 MFI.setRestorePoint(nullptr); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp794 MFI.setRestorePoint(MBB); in initializeFrameInfo()