Lines Matching defs:PathCount
299 bool GetAllPathCountWithOverflow(unsigned &PathCount) const {
308 ((PathCount = Product) == OverflowOccurredValue);
1864 unsigned PathCount = BBState::OverflowOccurredValue;
1865 if (NRRBBState.GetAllPathCountWithOverflow(PathCount))
1867 assert(PathCount != BBState::OverflowOccurredValue &&
1868 "PathCount at this point can not be "
1870 OldDelta -= PathCount;
1895 PathCount = BBState::OverflowOccurredValue;
1896 if (RIPBBState.GetAllPathCountWithOverflow(PathCount))
1898 assert(PathCount != BBState::OverflowOccurredValue &&
1899 "PathCount at this point can not be "
1901 NewDelta -= PathCount;
1936 unsigned PathCount = BBState::OverflowOccurredValue;
1937 if (NRRBBState.GetAllPathCountWithOverflow(PathCount))
1939 assert(PathCount != BBState::OverflowOccurredValue &&
1940 "PathCount at this point can not be "
1942 OldDelta += PathCount;
1943 OldCount += PathCount;
1953 PathCount = BBState::OverflowOccurredValue;
1954 if (RIPBBState.GetAllPathCountWithOverflow(PathCount))
1956 assert(PathCount != BBState::OverflowOccurredValue &&
1957 "PathCount at this point can not be "
1959 NewDelta += PathCount;
1960 NewCount += PathCount;