Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp204 static const unsigned OverflowOccurredValue; member in __anon9dc24dd00111::BBState
289 if (TopDownPathCount == OverflowOccurredValue || in GetAllPathCountWithOverflow()
290 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
316 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in BBState
338 if (TopDownPathCount == OverflowOccurredValue) in MergePred()
348 if (TopDownPathCount == OverflowOccurredValue) { in MergePred()
356 TopDownPathCount = OverflowOccurredValue; in MergePred()
381 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
391 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
399 BottomUpPathCount = OverflowOccurredValue; in MergeSucc()
[all …]