Searched refs:EstWeight (Results 1 – 3 of 3) sorted by relevance
1417 const float EstWeight = normalizeSpillWeight(blockFreq * (NewGaps + 1), in tryLocalSplit() local1422 DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()1423 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()1425 float Diff = EstWeight - MaxGap; in tryLocalSplit()
1859 const float EstWeight = normalizeSpillWeight( in tryLocalSplit() local1866 DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()1867 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()1869 float Diff = EstWeight - MaxGap; in tryLocalSplit()
2323 const float EstWeight = normalizeSpillWeight( in tryLocalSplit() local2330 LLVM_DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()2331 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()2333 float Diff = EstWeight - MaxGap; in tryLocalSplit()