Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp642 << " Number of compile threads: " << NumCompileThreads; in prepareForConstruction()
643 if (!NumCompileThreads) in prepareForConstruction()
765 if (S.NumCompileThreads > 0) in createCompileFunction()
833 if (S.NumCompileThreads > 0) { in LLJIT()
836 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()
949 if (S.NumCompileThreads > 0) in LLLazyJIT()