Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2374 const float EstWeight = normalizeSpillWeight( in tryLocalSplit() local
2381 LLVM_DEBUG(dbgs() << " w=" << EstWeight); in tryLocalSplit()
2382 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()
2384 float Diff = EstWeight - MaxGap; in tryLocalSplit()