Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:bestWeight

2157       int bestWeight = -1;
2195 if (weightSum > bestWeight) {
2196 bestWeight = weightSum;
2275 ConstraintWeight BestWeight = CW_Invalid;
2281 if (weight > BestWeight)
2282 BestWeight = weight;
2285 return BestWeight;