Lines Matching refs:PathCount
303 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
312 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1906 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1907 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1909 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1912 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1937 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1938 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1940 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1943 NewDelta -= PathCount; in PairUpRetainsAndReleases()
1978 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1979 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1981 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1984 OldDelta += PathCount; in PairUpRetainsAndReleases()
1985 OldCount += PathCount; in PairUpRetainsAndReleases()
1995 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1996 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1998 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
2001 NewDelta += PathCount; in PairUpRetainsAndReleases()
2002 NewCount += PathCount; in PairUpRetainsAndReleases()