Home
last modified time | relevance | path

Searched refs:get_threadpool_strategy (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h153 get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default = {});
175 get_threadpool_strategy(Num, heavyweight_hardware_concurrency()); in heavyweight_hardware_concurrency()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp110 llvm::get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default) { in get_threadpool_strategy() function in llvm
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1628 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1884 if (!get_threadpool_strategy(s)) in linkerMain()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp770 if (!llvm::get_threadpool_strategy(LtoJobsArg->getValue())) in getLTOParallelism()
H A DDarwin.cpp717 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1678 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()