Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1706 const float EstWeight = normalizeSpillWeight( in tryLocalSplit() local
1713 LLVM_DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()
1714 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
1716 float Diff = EstWeight - MaxGap; in tryLocalSplit()