reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  255     void SetAsEntry() { TopDownPathCount = 1; }
  301       if (TopDownPathCount == OverflowOccurredValue ||
  305         (unsigned long long)TopDownPathCount*BottomUpPathCount;
  339   TopDownPathCount = Other.TopDownPathCount;
  339   TopDownPathCount = Other.TopDownPathCount;
  350   if (TopDownPathCount == OverflowOccurredValue)
  355   TopDownPathCount += Other.TopDownPathCount;
  355   TopDownPathCount += Other.TopDownPathCount;
  360   if (TopDownPathCount == OverflowOccurredValue) {
  367   if (TopDownPathCount < Other.TopDownPathCount) {
  367   if (TopDownPathCount < Other.TopDownPathCount) {
  368     TopDownPathCount = OverflowOccurredValue;