Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp204 static const unsigned OverflowOccurredValue; member in __anoncba3e1850111::BBState
289 if (TopDownPathCount == OverflowOccurredValue || in GetAllPathCountWithOverflow()
290 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
297 ((PathCount = Product) == 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()
[all …]
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp206 static const unsigned OverflowOccurredValue; member in __anon85f4194d0111::BBState
291 if (TopDownPathCount == OverflowOccurredValue || in GetAllPathCountWithOverflow()
292 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
299 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
315 const unsigned BBState::OverflowOccurredValue = 0xffffffff; member in __anon85f4194d0111::BBState
336 if (TopDownPathCount == OverflowOccurredValue) in MergePred()
346 if (TopDownPathCount == OverflowOccurredValue) { in MergePred()
354 TopDownPathCount = OverflowOccurredValue; in MergePred()
379 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
389 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
[all …]