Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp192 unsigned BottomUpPathCount = 0; member in __anon5b8b86760111::BBState
262 void SetAsExit() { BottomUpPathCount = 1; } in SetAsExit()
305 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
308 (unsigned long long)TopDownPathCount*BottomUpPathCount; in GetAllPathCountWithOverflow()
347 BottomUpPathCount = Other.BottomUpPathCount; in InitFromSucc()
396 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
401 BottomUpPathCount += Other.BottomUpPathCount; in MergeSucc()
406 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
413 if (BottomUpPathCount < Other.BottomUpPathCount) { in MergeSucc()
414 BottomUpPathCount = OverflowOccurredValue; in MergeSucc()