Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Support/
DThreading.h185 get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default = {});
207 get_threadpool_strategy(Num, heavyweight_hardware_concurrency()); in heavyweight_hardware_concurrency()
/external/llvm-project/llvm/lib/Support/
DThreading.cpp136 llvm::get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default) { in get_threadpool_strategy() function in llvm
/external/llvm-project/lld/wasm/
DDriver.cpp488 if (!get_threadpool_strategy(config->thinLTOJobs)) in checkOptions()
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp275 if (!get_threadpool_strategy(opt)) in process_plugin_option()
/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp457 if (!llvm::get_threadpool_strategy(LtoJobsArg->getValue())) in getLTOParallelism()
DDarwin.cpp653 llvm::get_threadpool_strategy(Parallelism)->compute_thread_count(); in ConstructJob()
/external/llvm-project/lld/COFF/
DDriver.cpp1555 if (!get_threadpool_strategy(jobs)) in link()
/external/llvm-project/lld/ELF/
DDriver.cpp1184 if (!get_threadpool_strategy(config->thinLTOJobs)) in readConfigs()