Searched refs:PathCount (Results 1 – 1 of 1) sorted by relevance
300 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()309 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()1873 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local1874 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()1876 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()1879 OldDelta -= PathCount; in PairUpRetainsAndReleases()1904 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()1905 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()1907 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()1910 NewDelta -= PathCount; in PairUpRetainsAndReleases()[all …]