Searched refs:LastThrowing (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1279 Instruction *LastThrowing = nullptr; local
1281 LastThrowing = ThrowableInst.back().first;
1291 if (LastThrowing && DepWrite->comesBefore(LastThrowing)) {

Completed in 55 milliseconds