Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1736 auto *NewCSI = IRB.CreateCatchSwitch(CSI->getParentPad(), in handleLongjmpableCallsForWasmSjLj() local
1738 NewCSI->addHandler(*CSI->handler_begin()); in handleLongjmpableCallsForWasmSjLj()
1739 NewCSI->takeName(CSI); in handleLongjmpableCallsForWasmSjLj()
1740 CSI->replaceAllUsesWith(NewCSI); in handleLongjmpableCallsForWasmSjLj()