Searched defs:PathCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp662 bool GetAllPathCountWithOverflow(unsigned &PathCount) const {
671 ((PathCount = Product) == OverflowOccurredValue);
2418 unsigned PathCount = BBState::OverflowOccurredValue; local
2419 if (NRRBBState.GetAllPathCountWithOverflow(PathCount))
2421 assert(PathCount != BBState::OverflowOccurredValue &&
2422 "PathCount at this point can not be "
2424 OldDelta -= PathCount;
2453 PathCount = BBState::OverflowOccurredValue;
2454 if (RIPBBState.GetAllPathCountWithOverflow(PathCount))
2456 assert(PathCount !
2501 unsigned PathCount = BBState::OverflowOccurredValue; local
[all...]

Completed in 234 milliseconds