Home
last modified time | relevance | path

Searched refs:NumCompileThreads (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h269 unsigned NumCompileThreads = 0; variable
348 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument
349 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp962 << " Number of compile threads: " << NumCompileThreads; in prepareForConstruction()
963 if (!NumCompileThreads) in prepareForConstruction()
1071 if (S.NumCompileThreads > 0) in createCompileFunction()
1125 if (S.NumCompileThreads > 0) { in LLJIT()
1128 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()
1250 if (S.NumCompileThreads > 0) in LLLazyJIT()