Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h270 unsigned NumCompileThreads = 0; variable
359 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument
360 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp571 << " Number of compile threads: " << NumCompileThreads; in prepareForConstruction()
572 if (!NumCompileThreads) in prepareForConstruction()
689 if (S.NumCompileThreads > 0) in createCompileFunction()
757 if (S.NumCompileThreads > 0) { in LLJIT()
760 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()
873 if (S.NumCompileThreads > 0) in LLLazyJIT()