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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp206 static const unsigned OverflowOccurredValue; member in class:__anon13450::BBState
291 if (TopDownPathCount == OverflowOccurredValue ||
292 BottomUpPathCount == OverflowOccurredValue)
299 ((PathCount = Product) == OverflowOccurredValue);
315 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in class:__anon13450::BBState
336 if (TopDownPathCount == OverflowOccurredValue)
344 // TopDownPathCount becomes OverflowOccurredValue even though "true" overflow
346 if (TopDownPathCount == OverflowOccurredValue) {
354 TopDownPathCount = OverflowOccurredValue;
379 if (BottomUpPathCount == OverflowOccurredValue)
[all...]

Completed in 62 milliseconds