reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/Threading.h
  151   unsigned heavyweight_hardware_concurrency();

References

lib/LTO/LTO.cpp
  477         createInProcessThinBackend(llvm::heavyweight_hardware_concurrency());
lib/LTO/ThinLTOCodeGenerator.cpp
   84     ThreadCount("threads", cl::init(llvm::heavyweight_hardware_concurrency()));
tools/clang/tools/extra/clangd/TUScheduler.cpp
  823   unsigned HardwareConcurrency = llvm::heavyweight_hardware_concurrency();
tools/clang/tools/extra/clangd/index/Background.h
  124       size_t ThreadPoolSize = llvm::heavyweight_hardware_concurrency());
tools/llvm-cov/CodeCoverage.cpp
  947         std::max(1U, std::min(llvm::heavyweight_hardware_concurrency(),
tools/llvm-cov/CoverageExporterJson.cpp
  157     NumThreads = std::max(1U, std::min(llvm::heavyweight_hardware_concurrency(),
tools/llvm-cov/CoverageReport.cpp
  360         std::max(1U, std::min(llvm::heavyweight_hardware_concurrency(),
tools/llvm-lto2/llvm-lto2.cpp
   69                             cl::init(llvm::heavyweight_hardware_concurrency()));
unittests/Support/Threading.cpp
   21   auto Num = heavyweight_hardware_concurrency();