Searched refs:OverflowOccurredValue (Results 1 – 1 of 1) sorted by relevance
211 static const unsigned OverflowOccurredValue; member in __anonbfeb721b0111::BBState304 if (TopDownPathCount == OverflowOccurredValue || in GetAllPathCountWithOverflow()305 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()312 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()331 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in BBState353 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()[all …]