Searched refs:NumCompileThreads (Results 1 – 2 of 2) sorted by relevance
269 unsigned NumCompileThreads = 0; variable348 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument349 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
962 << " Number of compile threads: " << NumCompileThreads; in prepareForConstruction()963 if (!NumCompileThreads) in prepareForConstruction()1071 if (S.NumCompileThreads > 0) in createCompileFunction()1125 if (S.NumCompileThreads > 0) { in LLJIT()1128 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()1250 if (S.NumCompileThreads > 0) in LLLazyJIT()