Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1417 const float EstWeight = normalizeSpillWeight(blockFreq * (NewGaps + 1), in tryLocalSplit() local
1422 DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()
1423 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
1425 float Diff = EstWeight - MaxGap; in tryLocalSplit()
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1859 const float EstWeight = normalizeSpillWeight( in tryLocalSplit() local
1866 DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()
1867 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
1869 float Diff = EstWeight - MaxGap; in tryLocalSplit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2323 const float EstWeight = normalizeSpillWeight( in tryLocalSplit() local
2330 LLVM_DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()
2331 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
2333 float Diff = EstWeight - MaxGap; in tryLocalSplit()