Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1129 void addInvoke(MachineBasicBlock *LandingPad,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp756 void MachineFunction::addInvoke(MachineBasicBlock *LandingPad, in addInvoke() function in MachineFunction
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2634 MF->addInvoke(&EHPadMBB, BeginSymbol, EndSymbol); in translateInvoke()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7850 MF.addInvoke(FuncInfo.MBBMap[EHPadBB], BeginLabel, EndLabel); in lowerEndEH()