Searched refs:ThrowingBlocks (Results 1 – 1 of 1) sorted by relevance
842 SmallPtrSet<BasicBlock *, 16> ThrowingBlocks; member880 ThrowingBlocks.insert(I.getParent()); in DSEState()1775 return ThrowingBlocks.count(KillingI->getParent()); in mayThrowBetween()1776 return !ThrowingBlocks.empty(); in mayThrowBetween()