Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp189 unsigned BottomUpPathCount = 0; member in __anon0b2926eb0111::BBState
259 void SetAsExit() { BottomUpPathCount = 1; } in SetAsExit()
302 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
305 (unsigned long long)TopDownPathCount*BottomUpPathCount; in GetAllPathCountWithOverflow()
344 BottomUpPathCount = Other.BottomUpPathCount; in InitFromSucc()
393 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
398 BottomUpPathCount += Other.BottomUpPathCount; in MergeSucc()
403 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
410 if (BottomUpPathCount < Other.BottomUpPathCount) { in MergeSucc()
411 BottomUpPathCount = OverflowOccurredValue; in MergeSucc()