Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DWasmEHPrepare.cpp295 Instruction *CatchCI = in prepareEHPad() local
297 GetExnCI->replaceAllUsesWith(CatchCI); in prepareEHPad()
310 IRB.SetInsertPoint(CatchCI->getNextNode()); in prepareEHPad()
328 CallInst *PersCI = IRB.CreateCall(CallPersonalityF, CatchCI, in prepareEHPad()