Lines Matching refs:MaxWeight
1318 unsigned MaxWeight = 0, Weight = 0;1321 if (Weight > MaxWeight)1322 MaxWeight = Weight;1333 if (Weight > MaxWeight)1334 MaxWeight = Weight;1335 if (I->Weight != MaxWeight) {1337 dbgs() << "UberSet " << I - UberSets.begin() << " Weight " << MaxWeight;1345 I->Weight = MaxWeight;