Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h71 unsigned getThreadCount() const { return ThreadCount; } in getThreadCount() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp1173 virtual unsigned getThreadCount() = 0;
1289 unsigned getThreadCount() override { in getThreadCount() function in __anon3cbb56f10c11::InProcessThinBackend
1290 return BackendThreadPool.getThreadCount(); in getThreadCount()
1383 unsigned getThreadCount() override { return 1; } in getThreadCount() function in __anon3cbb56f11111::WriteIndexesThinBackend
1532 if (BackendProc->getThreadCount() == 1) { in runThinLTO()