Lines Matching refs:PathCount
288 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
297 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
1621 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1622 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1624 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1627 OldDelta -= PathCount; in PairUpRetainsAndReleases()
1652 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1653 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1655 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1658 NewDelta -= PathCount; in PairUpRetainsAndReleases()
1693 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local
1694 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1696 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1699 OldDelta += PathCount; in PairUpRetainsAndReleases()
1700 OldCount += PathCount; in PairUpRetainsAndReleases()
1710 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()
1711 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()
1713 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()
1716 NewDelta += PathCount; in PairUpRetainsAndReleases()
1717 NewCount += PathCount; in PairUpRetainsAndReleases()