Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1209 void addInvoke(MachineBasicBlock *LandingPad,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp784 void MachineFunction::addInvoke(MachineBasicBlock *LandingPad, in addInvoke() function in MachineFunction
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2955 MF->addInvoke(&EHPadMBB, BeginSymbol, EndSymbol); in translateInvoke()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8666 MF.addInvoke(FuncInfo.MBBMap[EHPadBB], BeginLabel, EndLabel); in lowerEndEH()