Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp220 float Cost = logCost(L, R); in runIteration()
224 Signature.CachedGainLR = Cost - logCost(L - 1, R + 1); in runIteration()
226 Signature.CachedGainRL = Cost - logCost(L + 1, R - 1); in runIteration()
326 float BalancedPartitioning::logCost(unsigned X, unsigned Y) const { in logCost() function in BalancedPartitioning
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h166 float logCost(unsigned X, unsigned Y) const;