Home
last modified time | relevance | path

Searched refs:compute_thread_count (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreading.cpp58 unsigned llvm::ThreadPoolStrategy::compute_thread_count() const { in compute_thread_count() function in llvm::ThreadPoolStrategy
86 unsigned llvm::ThreadPoolStrategy::compute_thread_count() const { in compute_thread_count() function in llvm::ThreadPoolStrategy
H A DThreadPool.cpp24 : ThreadCount(S.compute_thread_count()) { in ThreadPool()
107 : ThreadCount(S.compute_thread_count()) { in ThreadPool()
H A DParallel.cpp44 unsigned ThreadCount = S.compute_thread_count(); in ThreadPoolExecutor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreading.inc266 if (compute_thread_count() <= MaxThreadsPerSocket)
269 assert(ThreadPoolNum < compute_thread_count() &&
273 return (ThreadPoolNum * Groups.size()) / compute_thread_count();
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreading.h166 unsigned compute_thread_count() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp110 std::max(2u, llvm::hardware_concurrency().compute_thread_count() / 4); in DependencyScanningFilesystemSharedCache()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp340 NumThreads = std::min(hardware_concurrency().compute_thread_count(), in mergeInstrProfile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.cpp665 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()