Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Support/
H A DThreading.cpp99 llvm::get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default) { in get_threadpool_strategy() function in llvm
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp491 if (!get_threadpool_strategy(config->thinLTOJobs)) in checkOptions()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp275 if (!get_threadpool_strategy(opt)) in process_plugin_option()
/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp1284 if (!get_threadpool_strategy(config->thinLTOJobs)) in link()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp472 if (!llvm::get_threadpool_strategy(LtoJobsArg->getValue())) in getLTOParallelism()
H A DDarwin.cpp674 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()
/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp1764 if (!get_threadpool_strategy(jobs)) in linkerMain()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp1367 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()