Lines Matching refs:PathCount
300 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
309 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1867 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1868 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1870 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1873 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1898 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1899 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1901 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1904 NewDelta -= PathCount; in PairUpRetainsAndReleases()
1939 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1940 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1942 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1945 OldDelta += PathCount; in PairUpRetainsAndReleases()
1946 OldCount += PathCount; in PairUpRetainsAndReleases()
1956 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1957 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1959 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1962 NewDelta += PathCount; in PairUpRetainsAndReleases()
1963 NewCount += PathCount; in PairUpRetainsAndReleases()