Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp196 auto *ThrowI = cast<CallInst>(U); in prepareThrows() local
197 if (ThrowI->getFunction() != &F) in prepareThrows()
200 auto *BB = ThrowI->getParent(); in prepareThrows()
203 InstList.erase(std::next(BasicBlock::iterator(ThrowI)), InstList.end()); in prepareThrows()