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