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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp435 // Hysteresis to use when comparing floats.
437 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875 member in namespace:__anon12262
1857 if (EstWeight * Hysteresis >= MaxGap) {
1862 BestDiff = Hysteresis * Diff;

Completed in 34 milliseconds