Lines Matching defs:Weight
143 float Weight = weightCalcHelper(LI);
145 if (Weight < 0)
147 LI.setWeight(Weight);
211 const float Weight;
212 CopyHint(Register R, float W) : Reg(R), Weight(W) {}
217 if (Weight != Rhs.Weight)
218 return (Weight > Rhs.Weight);
261 // Force Weight onto the stack so that x86 doesn't add hidden precision,
263 stack_float_t Weight = 1.0f;
275 Weight = LiveIntervals::getSpillWeight(Writes, Reads, &MBFI, *MI);
279 Weight *= 3;
281 TotalWeight += Weight;
292 stack_float_t HWeight = Hint[HintReg] += Weight;