Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h324 unsigned NumCompileThreads = 0; variable
452 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument
453 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp687 << " Number of compile threads: " << NumCompileThreads; in prepareForConstruction()
688 if (!NumCompileThreads) in prepareForConstruction()
921 if (S.NumCompileThreads > 0) in createCompileFunction()
973 if (S.NumCompileThreads > 0) { in LLJIT()
976 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()
1243 if (S.NumCompileThreads > 0) in LLLazyJIT()