Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp179 auto *ThrowI = cast<CallInst>(U); in prepareThrows() local
180 if (ThrowI->getFunction() != &F) in prepareThrows()
183 auto *BB = ThrowI->getParent(); in prepareThrows()
186 InstList.erase(std::next(BasicBlock::iterator(ThrowI)), InstList.end()); in prepareThrows()