Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Hysteresis

297 // Hysteresis to use when comparing floats.
299 const float Hysteresis = 0.98f;
1101 BestCost = Hysteresis * calcSpillCost();
1165 BestCost = Hysteresis * Cost; // Prevent rounding effects.
1423 if (EstWeight * Hysteresis >= MaxGap) {
1428 BestDiff = Hysteresis * Diff;