Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp567 unsigned BottomUpPathCount; member in __anonda7334de0511::BBState
590 BBState() : TopDownPathCount(0), BottomUpPathCount(0) { } in BBState()
619 void SetAsExit() { BottomUpPathCount = 1; } in SetAsExit()
662 BottomUpPathCount == OverflowOccurredValue) in GetAllPathCountWithOverflow()
665 (unsigned long long)TopDownPathCount*BottomUpPathCount; in GetAllPathCountWithOverflow()
695 BottomUpPathCount = Other.BottomUpPathCount; in InitFromSucc()
745 if (BottomUpPathCount == OverflowOccurredValue) in MergeSucc()
750 BottomUpPathCount += Other.BottomUpPathCount; in MergeSucc()
755 if (BottomUpPathCount == OverflowOccurredValue) { in MergeSucc()
762 if (BottomUpPathCount < Other.BottomUpPathCount) { in MergeSucc()
[all …]