Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1589 BasicBlock *SetjmpDispatchBB = in handleLongjmpableCallsForWasmSjLj() local
1591 cast<BranchInst>(Entry->getTerminator())->setSuccessor(0, SetjmpDispatchBB); in handleLongjmpableCallsForWasmSjLj()
1640 IRB.CreateCatchRet(CatchPad, SetjmpDispatchBB); in handleLongjmpableCallsForWasmSjLj()
1650 IRB.SetInsertPoint(SetjmpDispatchBB); in handleLongjmpableCallsForWasmSjLj()
1661 SetjmpRetPHIs[I]->addIncoming(Val, SetjmpDispatchBB); in handleLongjmpableCallsForWasmSjLj()