Searched refs:EstWeight (Results 1 – 1 of 1) sorted by relevance
1849 const float EstWeight = normalizeSpillWeight( in tryLocalSplit() local1856 DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()1857 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()1859 float Diff = EstWeight - MaxGap; in tryLocalSplit()