Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Sum

2856 /// LimitedSumOfUnscheduledPredsOfSuccs - Compute the sum of the unscheduled
2861 unsigned Sum = 0;
2869 if (++Sum > Limit)
2870 return Sum;
2873 return Sum;