Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp221 Signature.CachedGainLR = 0.f; in runIteration()
224 Signature.CachedGainLR = Cost - logCost(L - 1, R + 1); in runIteration()
321 Gain += (FromLeftToRight ? Signatures[UN].CachedGainLR in moveGain()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h185 float CachedGainLR; member