Searched refs:compute_thread_count (Results 1 – 12 of 12) sorted by relevance
41 unsigned llvm::ThreadPoolStrategy::compute_thread_count() const { in compute_thread_count() function in llvm::ThreadPoolStrategy53 unsigned llvm::ThreadPoolStrategy::compute_thread_count() const { in compute_thread_count() function in llvm::ThreadPoolStrategy
36 : Strategy(S), MaxThreadCount(S.compute_thread_count()) {} in StdThreadPool()193 int ThreadCount = S.compute_thread_count(); in SingleThreadExecutor()
52 ThreadCount = S.compute_thread_count(); in ThreadPoolExecutor()
114 int MaxBacklog = llvm::hardware_concurrency().compute_thread_count());
133 LLVM_ABI unsigned compute_thread_count() const;
285 if (compute_thread_count() <= MaxThreadsPerSocket)288 assert(ThreadPoolNum < compute_thread_count() &&292 return (ThreadPoolNum * Groups.size()) / compute_thread_count();
106 size_t ThreadsNum = parallel::strategy.compute_thread_count(),
92 std::max(2u, llvm::hardware_concurrency().compute_thread_count() / 4); in DependencyScanningFilesystemSharedCache()
922 hardware_concurrency(hardware_concurrency().compute_thread_count()); in main()
1841 } else if (parallel::strategy.compute_thread_count() > 16) { in readConfigs()1847 ctx.arg.threadCount = parallel::strategy.compute_thread_count(); in readConfigs()
1031 NumThreads = std::min(hardware_concurrency().compute_thread_count(), in mergeInstrProfile()
739 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()