Home
last modified time | relevance | path

Searched refs:heavyweight_hardware_concurrency (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h162 heavyweight_hardware_concurrency(unsigned ThreadCount = 0) {
173 inline ThreadPoolStrategy heavyweight_hardware_concurrency(StringRef Num) { in heavyweight_hardware_concurrency() function
175 get_threadpool_strategy(Num, heavyweight_hardware_concurrency()); in heavyweight_hardware_concurrency()
178 return heavyweight_hardware_concurrency(); in heavyweight_hardware_concurrency()
/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp99 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp127 llvm::heavyweight_hardware_concurrency(ctx.config.thinLTOJobs)); in BitcodeCompiler()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp482 S = heavyweight_hardware_concurrency(Files.size()); in prepareFileReports()
597 PoolS = heavyweight_hardware_concurrency(Files.size()); in prepareDirectoryReports()
H A DCoverageExporterJson.cpp277 S = heavyweight_hardware_concurrency(SourceFiles.size()); in renderFiles()
H A DCodeCoverage.cpp1190 S = heavyweight_hardware_concurrency(SourceFiles.size()); in doShow()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp186 llvm::heavyweight_hardware_concurrency(config->thinLTOJobs), in BitcodeCompiler()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp357 llvm::heavyweight_hardware_concurrency(Threads), in run()
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp431 heavyweight_hardware_concurrency(ParallelCodeGenParallelismLevel)); in splitCodeGen()
H A DThinLTOCodeGenerator.cpp1134 DefaultThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run()
H A DLTO.cpp602 createInProcessThinBackend(llvm::heavyweight_hardware_concurrency()); in ThinLTOState()