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()
571 << " Number of compile threads: " << NumCompileThreads; in prepareForConstruction()572 if (!NumCompileThreads) in prepareForConstruction()689 if (S.NumCompileThreads > 0) in createCompileFunction()757 if (S.NumCompileThreads > 0) { in LLJIT()760 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()873 if (S.NumCompileThreads > 0) in LLLazyJIT()