Searched refs:Hysteresis (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp300 // Hysteresis to use when comparing floats.
302 const float Hysteresis = 0.98f; variable
1633 if (EstWeight * Hysteresis >= MaxGap) {
1638 BestDiff = Hysteresis * Diff;

Completed in 51 milliseconds