Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1851 auto *NewCSI = IRB.CreateCatchSwitch(CSI->getParentPad(), in handleLongjmpableCallsForWasmSjLj() local
1853 NewCSI->addHandler(*CSI->handler_begin()); in handleLongjmpableCallsForWasmSjLj()
1854 NewCSI->takeName(CSI); in handleLongjmpableCallsForWasmSjLj()
1855 CSI->replaceAllUsesWith(NewCSI); in handleLongjmpableCallsForWasmSjLj()