Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp211 static const unsigned OverflowOccurredValue; member in __anonbfeb721b0111::BBState
304 if (TopDownPathCount == OverflowOccurredValue || in GetAllPathCountWithOverflow()
305 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
312 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
331 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in BBState
353 if (TopDownPathCount == OverflowOccurredValue) in MergePred()
363 if (TopDownPathCount == OverflowOccurredValue) { in MergePred()
371 TopDownPathCount = OverflowOccurredValue; in MergePred()
396 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
406 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
[all …]