Home
last modified time | relevance | path

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

/freebsd-14.2/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::__anon3cd17d1f0111::ThreadPoolExecutor
163 size_t getThreadCount() { in getThreadCount() function
164 return detail::Executor::getDefaultExecutor()->getThreadCount(); in getThreadCount()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h31 : NumOfAllocators(parallel::getThreadCount()), in PerThreadAllocator()
H A DParallel.h52 size_t getThreadCount();
55 inline size_t getThreadCount() { return 1; } in getThreadCount() function
H A DThreadPool.h110 unsigned getThreadCount() const { return MaxThreadCount; } in getThreadCount() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1383 virtual unsigned getThreadCount() = 0;
1539 unsigned getThreadCount() override { in getThreadCount() function in __anonad319db30e11::InProcessThinBackend
1540 return BackendThreadPool.getThreadCount(); in getThreadCount()
1627 unsigned getThreadCount() override { return 1; } in getThreadCount() function in __anonad319db31311::WriteIndexesThinBackend
1830 if (BackendProc->getThreadCount() == 1) { in runThinLTO()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp417 for (unsigned WorkerIndex = 0; WorkerIndex < Pool.getThreadCount(); in findBinaries()