Searched refs:OverflowOccurredValue (Results 1 – 1 of 1) sorted by relevance
204 static const unsigned OverflowOccurredValue; member in __anon9dc24dd00111::BBState289 if (TopDownPathCount == OverflowOccurredValue || in GetAllPathCountWithOverflow()290 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()316 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in BBState338 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()[all …]