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