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.cpp204 auto *ThrowI = dyn_cast<CallInst>(U); in prepareThrows() local
205 if (!ThrowI || ThrowI->getFunction() != &F) in prepareThrows()
208 auto *BB = ThrowI->getParent(); in prepareThrows()
210 BB->erase(std::next(BasicBlock::iterator(ThrowI)), BB->end()); in prepareThrows()