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.cpp1594 BasicBlock *SetjmpDispatchBB = in handleLongjmpableCallsForWasmSjLj() local
1596 cast<BranchInst>(Entry->getTerminator())->setSuccessor(0, SetjmpDispatchBB); in handleLongjmpableCallsForWasmSjLj()
1645 IRB.CreateCatchRet(CatchPad, SetjmpDispatchBB); in handleLongjmpableCallsForWasmSjLj()
1655 IRB.SetInsertPoint(SetjmpDispatchBB); in handleLongjmpableCallsForWasmSjLj()
1666 SetjmpRetPHIs[I]->addIncoming(Val, SetjmpDispatchBB); in handleLongjmpableCallsForWasmSjLj()