Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DShrinkWrap.cpp587 MFI.setSavePoint(Save); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp303 MFI.setSavePoint(nullptr); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h797 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; } in setSavePoint() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp71 DstMFI.setSavePoint(Src2DstMBB.find(SavePt)->second); in cloneFrameInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp744 MFI.setSavePoint(MBB); in initializeFrameInfo()