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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp290 bool GetAllPathCountWithOverflow(unsigned &PathCount) const {
299 ((PathCount = Product) == OverflowOccurredValue);
1580 unsigned PathCount = BBState::OverflowOccurredValue; local
1581 if (NRRBBState.GetAllPathCountWithOverflow(PathCount))
1583 assert(PathCount != BBState::OverflowOccurredValue &&
1584 "PathCount at this point can not be "
1586 OldDelta -= PathCount;
1611 PathCount = BBState::OverflowOccurredValue;
1612 if (RIPBBState.GetAllPathCountWithOverflow(PathCount))
1614 assert(PathCount !
1652 unsigned PathCount = BBState::OverflowOccurredValue; local
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp2878 unsigned PathCount = local
2880 OldDelta += PathCount;
2881 OldCount += PathCount;
2901 PathCount = BBStates[RIP->getParent()].GetAllPathCount();
2902 NewDelta += PathCount;
2903 NewCount += PathCount;

Completed in 120 milliseconds