Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp327 return -(X * log2Cached(X + 1) + Y * log2Cached(Y + 1)); in logCost()
330 float BalancedPartitioning::log2Cached(unsigned i) const { in log2Cached() function in BalancedPartitioning
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h168 float log2Cached(unsigned i) const;