Searched refs:NumCompileThreads (Results 1 – 2 of 2) sorted by relevance
327 unsigned NumCompileThreads = 0; variable470 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument471 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
697 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()