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.h326 unsigned NumCompileThreads = 0; variable
469 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument
470 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp670 if ((ES || EPC) && NumCompileThreads) in prepareForConstruction()
677 if (NumCompileThreads) in prepareForConstruction()
679 "LLJIT num-compile-threads is " + Twine(NumCompileThreads) + in prepareForConstruction()
690 SupportConcurrentCompilation = NumCompileThreads || ES || EPC; in prepareForConstruction()
727 dbgs() << " Number of compile threads: " << NumCompileThreads << "\n"; in prepareForConstruction()
749 if (NumCompileThreads) in prepareForConstruction()
750 NumThreads = NumCompileThreads; in prepareForConstruction()