Lines Matching defs:Sum
2856 /// LimitedSumOfUnscheduledPredsOfSuccs - Compute the sum of the unscheduled2861 unsigned Sum = 0;2869 if (++Sum > Limit)2870 return Sum;2873 return Sum;