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