Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1818 const float EstWeight = normalizeSpillWeight( in tryLocalSplit() local
1825 DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()
1826 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
1828 float Diff = EstWeight - MaxGap; in tryLocalSplit()