Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp208 static const unsigned OverflowOccurredValue; member in __anonb28186400111::BBState
301 if (TopDownPathCount == OverflowOccurredValue || in GetAllPathCountWithOverflow()
302 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
309 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
328 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in BBState
350 if (TopDownPathCount == OverflowOccurredValue) in MergePred()
360 if (TopDownPathCount == OverflowOccurredValue) { in MergePred()
368 TopDownPathCount = OverflowOccurredValue; in MergePred()
393 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
403 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
[all …]