Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1859 auto *NewCSI = IRB.CreateCatchSwitch(CSI->getParentPad(), in handleLongjmpableCallsForWasmSjLj() local
1861 NewCSI->addHandler(*CSI->handler_begin()); in handleLongjmpableCallsForWasmSjLj()
1862 NewCSI->takeName(CSI); in handleLongjmpableCallsForWasmSjLj()
1863 CSI->replaceAllUsesWith(NewCSI); in handleLongjmpableCallsForWasmSjLj()