Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DThreadPool.h110 unsigned getThreadCount() const { return MaxThreadCount; } in getThreadCount() function
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp718 for (unsigned I = 0; I < Pool.getThreadCount(); ++I) in main()
732 << " files using " << Pool.getThreadCount() << " workers\n"; in main()
734 for (unsigned I = 0; I < Pool.getThreadCount(); ++I) { in main()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTO.cpp1221 virtual unsigned getThreadCount() = 0;
1377 unsigned getThreadCount() override { in getThreadCount() function in __anon6dbd98f40c11::InProcessThinBackend
1378 return BackendThreadPool.getThreadCount(); in getThreadCount()
1457 unsigned getThreadCount() override { return 1; } in getThreadCount() function in __anon6dbd98f41111::WriteIndexesThinBackend
1621 if (BackendProc->getThreadCount() == 1) { in runThinLTO()
/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp370 for (unsigned WorkerIndex = 0; WorkerIndex < Pool.getThreadCount(); in findBinaries()