Searched refs:PathCount (Results 1 – 1 of 1) sorted by relevance
660 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()669 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()2396 unsigned PathCount = BBState::OverflowOccurredValue; in ConnectTDBUTraversals() local2397 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in ConnectTDBUTraversals()2399 assert(PathCount != BBState::OverflowOccurredValue && in ConnectTDBUTraversals()2402 OldDelta -= PathCount; in ConnectTDBUTraversals()2427 PathCount = BBState::OverflowOccurredValue; in ConnectTDBUTraversals()2428 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in ConnectTDBUTraversals()2430 assert(PathCount != BBState::OverflowOccurredValue && in ConnectTDBUTraversals()2433 NewDelta -= PathCount; in ConnectTDBUTraversals()[all …]