Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DShrinkWrap.cpp587 MFI.setSavePoint(Save); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp345 MFI.setSavePoint(nullptr); in runOnMachineFunction()
429 MFI.setSavePoint(nullptr); in calculateSaveRestoreBlocks()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h825 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; } in setSavePoint() function
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp90 DstMFI.setSavePoint(Src2DstMBB.find(SavePt)->second); in cloneFrameInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp758 MFI.setSavePoint(MBB); in initializeFrameInfo()