Searched refs:BottomUpPathCount (Results 1 – 1 of 1) sorted by relevance
567 unsigned BottomUpPathCount; member in __anonda7334de0511::BBState590 BBState() : TopDownPathCount(0), BottomUpPathCount(0) { } in BBState()619 void SetAsExit() { BottomUpPathCount = 1; } in SetAsExit()662 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()665 (unsigned long long)TopDownPathCount*BottomUpPathCount; in GetAllPathCountWithOverflow()695 BottomUpPathCount = Other.BottomUpPathCount; in InitFromSucc()745 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()750 BottomUpPathCount += Other.BottomUpPathCount; in MergeSucc()755 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()762 if (BottomUpPathCount < Other.BottomUpPathCount) { in MergeSucc()[all …]