Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1564 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1892 if (!get_threadpool_strategy(s)) in linkerMain()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp721 if (!llvm::get_threadpool_strategy(LtoJobsArg->getValue())) in getLTOParallelism()
H A DDarwin.cpp718 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1600 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()