Home
last modified time | relevance | path

Searched refs:getThreadCount (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DParallel.cpp42 virtual size_t getThreadCount() const = 0;
108 size_t getThreadCount() const override { return ThreadCount; } in getThreadCount() function in llvm::parallel::detail::__anoncc39f2690111::ThreadPoolExecutor
172 size_t getThreadCount() { in getThreadCount() function
173 return detail::Executor::getDefaultExecutor()->getThreadCount(); in getThreadCount()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h154 unsigned getThreadCount() const { return MaxThreadCount; } in getThreadCount() function
238 unsigned getThreadCount() const { return 1; } in getThreadCount() function
H A DParallel.h53 LLVM_ABI size_t getThreadCount();
56 inline size_t getThreadCount() { return 1; } in getThreadCount() function
H A DPerThreadBumpPtrAllocator.h31 : NumOfAllocators(parallel::getThreadCount()), in PerThreadAllocator()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h246 unsigned getThreadCount() { return BackendThreadPool.getMaxConcurrency(); } in getThreadCount() function
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp2067 if (BackendProcess->getThreadCount() == 1 || in runThinLTO()