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()
197 get_threadpool_strategy(Num, hardware_concurrency()); in hardware_concurrency()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp108 llvm::get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default) { in get_threadpool_strategy() function in llvm
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1701 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1968 if (!get_threadpool_strategy(s)) in linkerMain()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp904 if (!llvm::get_threadpool_strategy(LtoJobsArg->getValue())) in getLTOParallelism()
H A DDarwin.cpp739 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1851 if (!get_threadpool_strategy(ctx.arg.thinLTOJobs)) in readConfigs()