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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp842 SmallPtrSet<BasicBlock *, 16> ThrowingBlocks; member in struct:__anon2900::DSEState
880 ThrowingBlocks.insert(I.getParent());
1771 return ThrowingBlocks.count(KillingI->getParent());
1772 return !ThrowingBlocks.empty();

Completed in 119 milliseconds