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.cpp188 unsigned BottomUpPathCount = 0; member in __anon0b2926eb0111::BBState
258 void SetAsExit() { BottomUpPathCount = 1; } in SetAsExit()
301 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
304 (unsigned long long)TopDownPathCount*BottomUpPathCount; in GetAllPathCountWithOverflow()
343 BottomUpPathCount = Other.BottomUpPathCount; in InitFromSucc()
392 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
397 BottomUpPathCount += Other.BottomUpPathCount; in MergeSucc()
402 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
409 if (BottomUpPathCount < Other.BottomUpPathCount) { in MergeSucc()
410 BottomUpPathCount = OverflowOccurredValue; in MergeSucc()