Searched refs:PathCount (Results 1 – 1 of 1) sorted by relevance
299 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()308 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()1864 unsigned PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases() local1865 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()1867 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()1870 OldDelta -= PathCount; in PairUpRetainsAndReleases()1895 PathCount = BBState::OverflowOccurredValue; in PairUpRetainsAndReleases()1896 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in PairUpRetainsAndReleases()1898 assert(PathCount != BBState::OverflowOccurredValue && in PairUpRetainsAndReleases()1901 NewDelta -= PathCount; in PairUpRetainsAndReleases()[all …]