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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp1483 /// TopDownPathCount - The number of unique control paths from the entry
1485 unsigned TopDownPathCount; member in class:__anon10613::BBState
1508 BBState() : TopDownPathCount(0), BottomUpPathCount(0) {}
1533 void SetAsEntry() { TopDownPathCount = 1; }
1564 assert(TopDownPathCount != 0);
1566 return TopDownPathCount * BottomUpPathCount;
1585 TopDownPathCount = Other.TopDownPathCount;
1596 // Other.TopDownPathCount can be 0, in which case it is either dead or a
1598 TopDownPathCount
[all...]

Completed in 120 milliseconds