Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp332 Instruction *CatchCI = in prepareEHPad() local
334 GetExnCI->replaceAllUsesWith(CatchCI); in prepareEHPad()
347 IRB.SetInsertPoint(CatchCI->getNextNode()); in prepareEHPad()
365 CallInst *PersCI = IRB.CreateCall(CallPersonalityF, CatchCI, in prepareEHPad()