Lines Matching refs:PathCount
303 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
312 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1904 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1905 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1907 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1910 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1935 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1936 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1938 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1941 NewDelta -= PathCount; in PairUpRetainsAndReleases()
1976 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1977 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1979 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1982 OldDelta += PathCount; in PairUpRetainsAndReleases()
1983 OldCount += PathCount; in PairUpRetainsAndReleases()
1993 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1994 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1996 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1999 NewDelta += PathCount; in PairUpRetainsAndReleases()
2000 NewCount += PathCount; in PairUpRetainsAndReleases()