Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DShrinkWrap.cpp578 MFI.setSavePoint(Save); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp242 MFI.setSavePoint(nullptr); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h764 void setSavePoint(MachineBasicBlock *NewSave) { Save = NewSave; } in setSavePoint() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp593 MFI.setSavePoint(MBB); in initializeFrameInfo()