Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBalancedPartitioning.h173 static constexpr unsigned LOG_CACHE_SIZE = 16384; variable
174 float Log2Cache[LOG_CACHE_SIZE];
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp74 for (unsigned I = 1; I < LOG_CACHE_SIZE; I++) in BalancedPartitioning()
331 return (i < LOG_CACHE_SIZE) ? Log2Cache[i] : std::log2(i); in log2Cached()