Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp185 unsigned BottomUpPathCount = 0; member in __anon9dc24dd00111::BBState
247 void SetAsExit() { BottomUpPathCount = 1; } in SetAsExit()
290 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
293 (unsigned long long)TopDownPathCount*BottomUpPathCount; in GetAllPathCountWithOverflow()
332 BottomUpPathCount = Other.BottomUpPathCount; in InitFromSucc()
381 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
386 BottomUpPathCount += Other.BottomUpPathCount; in MergeSucc()
391 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
398 if (BottomUpPathCount < Other.BottomUpPathCount) { in MergeSucc()
399 BottomUpPathCount = OverflowOccurredValue; in MergeSucc()