Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DShrinkWrap.cpp588 MFI.setRestorePoint(Restore); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp304 MFI.setRestorePoint(nullptr); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h799 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp73 DstMFI.setRestorePoint(Src2DstMBB.find(RestorePt)->second); in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp750 MFI.setRestorePoint(MBB); in initializeFrameInfo()