Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp299 const float Hysteresis = 0.98f; variable
1101 BestCost = Hysteresis * calcSpillCost(); in tryRegionSplit()
1165 BestCost = Hysteresis * Cost; // Prevent rounding effects. in tryRegionSplit()
1423 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
1428 BestDiff = Hysteresis * Diff; in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp439 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875 variable
1867 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
1872 BestDiff = Hysteresis * Diff; in tryLocalSplit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp592 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875 variable
2331 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
2336 BestDiff = Hysteresis * Diff; in tryLocalSplit()