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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp590 static const unsigned OverflowOccurredValue; member in class:__anon26266::BBState
663 if (TopDownPathCount == OverflowOccurredValue ||
664 BottomUpPathCount == OverflowOccurredValue)
671 ((PathCount = Product) == OverflowOccurredValue);
687 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in class:__anon26266::BBState
703 if (TopDownPathCount == OverflowOccurredValue)
711 // TopDownPathCount becomes OverflowOccurredValue even though "true" overflow
713 if (TopDownPathCount == OverflowOccurredValue) {
721 TopDownPathCount = OverflowOccurredValue;
747 if (BottomUpPathCount == OverflowOccurredValue)
[all...]

Completed in 2085 milliseconds