Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp206 auto *ThrowI = cast<CallInst>(U); in prepareThrows() local
207 if (ThrowI->getFunction() != &F) in prepareThrows()
210 auto *BB = ThrowI->getParent(); in prepareThrows()
212 BB->erase(std::next(BasicBlock::iterator(ThrowI)), BB->end()); in prepareThrows()