Searched refs:compute_thread_count (Results 1 – 8 of 8) sorted by relevance
58 unsigned llvm::ThreadPoolStrategy::compute_thread_count() const { in compute_thread_count() function in llvm::ThreadPoolStrategy86 unsigned llvm::ThreadPoolStrategy::compute_thread_count() const { in compute_thread_count() function in llvm::ThreadPoolStrategy
24 : ThreadCount(S.compute_thread_count()) { in ThreadPool()107 : ThreadCount(S.compute_thread_count()) { in ThreadPool()
44 unsigned ThreadCount = S.compute_thread_count(); in ThreadPoolExecutor()
266 if (compute_thread_count() <= MaxThreadsPerSocket)269 assert(ThreadPoolNum < compute_thread_count() &&273 return (ThreadPoolNum * Groups.size()) / compute_thread_count();
166 unsigned compute_thread_count() const;
110 std::max(2u, llvm::hardware_concurrency().compute_thread_count() / 4); in DependencyScanningFilesystemSharedCache()
340 NumThreads = std::min(hardware_concurrency().compute_thread_count(), in mergeInstrProfile()
665 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()