Home
last modified time | relevance | path

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

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