Home
last modified time | relevance | path

Searched refs:DefaultThreadPool (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h255 using DefaultThreadPool = StdThreadPool; variable
257 using DefaultThreadPool = SingleThreadExecutor; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp118 llvm::DefaultThreadPool Pool(llvm::hardware_concurrency(ThreadCount)); in execute()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp485 DefaultThreadPool Pool(S); in prepareFileReports()
600 DefaultThreadPool Pool(PoolS); in prepareDirectoryReports()
H A DCoverageExporterJson.cpp280 DefaultThreadPool Pool(S); in renderFiles()
H A DCodeCoverage.cpp1200 DefaultThreadPool Pool(S); in doShow()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp85 DefaultThreadPool TheThreadPool; in run()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp988 DefaultThreadPool Pool; in run()
1134 DefaultThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run()
H A DLTOBackend.cpp430 DefaultThreadPool CodegenThreadPool( in splitCodeGen()
H A DLTO.cpp1429 DefaultThreadPool BackendThreadPool;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp604 DefaultThreadPool pool(hardware_concurrency(NumThreads)); in convert()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp107 static llvm::DefaultThreadPool *g_thread_pool = nullptr;
612 g_thread_pool = new llvm::DefaultThreadPool(llvm::optimal_concurrency()); in Initialize()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp1025 llvm::DefaultThreadPool Pool(llvm::hardware_concurrency(NumThreads)); in clang_scan_deps_main()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp193 DefaultThreadPool Pool(llvm::parallel::strategy); in link()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2958 DefaultThreadPool Pool(hardware_concurrency(2)); in link()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp959 DefaultThreadPool Pool(hardware_concurrency(NumThreads)); in mergeInstrProfile()