Lines Matching defs:PathCount
300 bool GetAllPathCountWithOverflow(unsigned &PathCount) const {
309 ((PathCount = Product) == OverflowOccurredValue);
1873 unsigned PathCount = BBState::OverflowOccurredValue;
1874 if (NRRBBState.GetAllPathCountWithOverflow(PathCount))
1876 assert(PathCount != BBState::OverflowOccurredValue &&
1877 "PathCount at this point can not be "
1879 OldDelta -= PathCount;
1904 PathCount = BBState::OverflowOccurredValue;
1905 if (RIPBBState.GetAllPathCountWithOverflow(PathCount))
1907 assert(PathCount != BBState::OverflowOccurredValue &&
1908 "PathCount at this point can not be "
1910 NewDelta -= PathCount;
1945 unsigned PathCount = BBState::OverflowOccurredValue;
1946 if (NRRBBState.GetAllPathCountWithOverflow(PathCount))
1948 assert(PathCount != BBState::OverflowOccurredValue &&
1949 "PathCount at this point can not be "
1951 OldDelta += PathCount;
1952 OldCount += PathCount;
1962 PathCount = BBState::OverflowOccurredValue;
1963 if (RIPBBState.GetAllPathCountWithOverflow(PathCount))
1965 assert(PathCount != BBState::OverflowOccurredValue &&
1966 "PathCount at this point can not be "
1968 NewDelta += PathCount;
1969 NewCount += PathCount;