Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h327 unsigned NumCompileThreads = 0; variable
470 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument
471 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp697 if ((ES || EPC) && NumCompileThreads) in prepareForConstruction()
704 if (NumCompileThreads) in prepareForConstruction()
706 "LLJIT num-compile-threads is " + Twine(NumCompileThreads) + in prepareForConstruction()
717 SupportConcurrentCompilation = NumCompileThreads || ES || EPC; in prepareForConstruction()
754 dbgs() << " Number of compile threads: " << NumCompileThreads << "\n"; in prepareForConstruction()
776 if (NumCompileThreads) in prepareForConstruction()
777 NumThreads = NumCompileThreads; in prepareForConstruction()