Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShrinkWrap.cpp580 MFI.setRestorePoint(Restore); in runOnMachineFunction()
H A DPrologEpilogInserter.cpp296 MFI.setRestorePoint(nullptr); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h773 void setRestorePoint(MachineBasicBlock *NewRestore) { Restore = NewRestore; } in setRestorePoint() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp715 MFI.setRestorePoint(MBB); in initializeFrameInfo()