Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp222 Signature.CachedGainRL = 0.f; in runIteration()
226 Signature.CachedGainRL = Cost - logCost(L + 1, R - 1); in runIteration()
322 : Signatures[UN].CachedGainRL); in moveGain()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h188 float CachedGainRL; member