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

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp569 unsigned BottomUpPathCount; member in class:__anon26266::BBState
592 BBState() : TopDownPathCount(0), BottomUpPathCount(0) { }
621 void SetAsExit() { BottomUpPathCount = 1; }
664 BottomUpPathCount == OverflowOccurredValue)
667 (unsigned long long)TopDownPathCount*BottomUpPathCount;
697 BottomUpPathCount = Other.BottomUpPathCount;
747 if (BottomUpPathCount == OverflowOccurredValue)
750 // Other.BottomUpPathCount can be 0, in which case it is either dead or a
752 BottomUpPathCount
[all...]

Completed in 277 milliseconds