Searched defs:getThreadCount (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | ThreadPool.h | 153 unsigned getThreadCount() const { return MaxThreadCount; } in getThreadCount() function |
H A D | Parallel.h | 55 inline size_t getThreadCount() { return 1; } in getThreadCount() function |
/llvm-project/llvm/lib/Support/ | ||
H A D | Parallel.cpp | 112 size_t getThreadCount() const override { return ThreadCount; } getThreadCount() function in llvm::parallel::detail::__anon5042709c0111::ThreadPoolExecutor |
/llvm-project/llvm/lib/LTO/ | ||
H A D | LTO.cpp | 1555 unsigned getThreadCount() override { getThreadCount() function in __anonaa2c08900f11::InProcessThinBackend |