Lines Matching refs:OverflowOccurredValue
211 static const unsigned OverflowOccurredValue; member in __anonbfeb721b0111::BBState
304 if (TopDownPathCount == OverflowOccurredValue || in GetAllPathCountWithOverflow()
305 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
312 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
331 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in BBState
353 if (TopDownPathCount == OverflowOccurredValue) in MergePred()
363 if (TopDownPathCount == OverflowOccurredValue) { in MergePred()
371 TopDownPathCount = OverflowOccurredValue; in MergePred()
396 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
406 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
414 BottomUpPathCount = OverflowOccurredValue; in MergeSucc()
1904 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1907 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1935 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1938 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1976 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1979 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1993 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1996 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()