Lines Matching refs:OverflowOccurredValue
204 static const unsigned OverflowOccurredValue; member in __anon9dc24dd00111::BBState
289 if (TopDownPathCount == OverflowOccurredValue || in GetAllPathCountWithOverflow()
290 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
297 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
316 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in BBState
338 if (TopDownPathCount == OverflowOccurredValue) in MergePred()
348 if (TopDownPathCount == OverflowOccurredValue) { in MergePred()
356 TopDownPathCount = OverflowOccurredValue; in MergePred()
381 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
391 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
399 BottomUpPathCount = OverflowOccurredValue; in MergeSucc()
1621 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1624 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1652 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1655 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1693 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1696 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1710 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1713 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()