Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDParallel.cpp42 virtual size_t getThreadCount() const = 0;
108 size_t getThreadCount() const override { return ThreadCount; } in getThreadCount() function in llvm::parallel::detail::__anonb6cd99030111::ThreadPoolExecutor
163 size_t getThreadCount() { in getThreadCount() function
164 return detail::Executor::getDefaultExecutor()->getThreadCount(); in getThreadCount()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDThreadPool.h153 unsigned getThreadCount() const { return MaxThreadCount; } in getThreadCount() function
237 unsigned getThreadCount() const { return 1; } in getThreadCount() function
HDPerThreadBumpPtrAllocator.h31 : NumOfAllocators(parallel::getThreadCount()), in PerThreadAllocator()
HDParallel.h52 size_t getThreadCount();
55 inline size_t getThreadCount() { return 1; } in getThreadCount() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp1395 virtual unsigned getThreadCount() = 0;
1556 unsigned getThreadCount() override { in getThreadCount() function in __anon97f0a9171011::InProcessThinBackend
1659 unsigned getThreadCount() override { return 1; } in getThreadCount() function in __anon97f0a9171511::WriteIndexesThinBackend
1862 if (BackendProc->getThreadCount() == 1) { in runThinLTO()