Home
last modified time | relevance | path

Searched refs:handler_begin (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp231 LLVMCSI->removeHandler(LLVMCSI->handler_begin() + HandlerIdx); in revert()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1798 handler_iterator handler_begin() { in handler_begin() function
1804 const_handler_iterator handler_begin() const { in handler_begin() function
1817 return make_range(handler_begin(), handler_end()); in handlers()
1820 return make_range(handler_begin(), handler_end()); in handlers()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4192 handler_iterator handler_begin() {
4201 const_handler_iterator handler_begin() const {
4222 return make_range(handler_begin(), handler_end());
4227 return make_range(handler_begin(), handler_end());
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp515 cast<CatchPadInst>((*CatchSwitch->handler_begin())->getFirstNonPHIIt()); in calculateSEHStateNumbers()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1749 NewCSI->addHandler(*CSI->handler_begin()); in handleLongjmpableCallsForWasmSjLj()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp288 for (auto HI = CatchSwitch->handler_begin(), in getUnwindDestTokenHelper()
H A DLocal.cpp3178 for (CatchSwitchInst::handler_iterator I = CatchSwitch->handler_begin(), in markAliveBlocks()
H A DSimplifyCFG.cpp5566 for (CatchSwitchInst::handler_iterator I = CSI->handler_begin(), in simplifyUnreachable()