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