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