Searched refs:NumCompileThreads (Results 1 – 2 of 2) sorted by relevance
270 unsigned NumCompileThreads = 0; variable359 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument360 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
642 << " Number of compile threads: " << NumCompileThreads; in prepareForConstruction()643 if (!NumCompileThreads) in prepareForConstruction()765 if (S.NumCompileThreads > 0) in createCompileFunction()833 if (S.NumCompileThreads > 0) { in LLJIT()836 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()949 if (S.NumCompileThreads > 0) in LLLazyJIT()