Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp421 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875 variable
1826 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
1831 BestDiff = Hysteresis * Diff; in tryLocalSplit()