Searched refs:NumCompileThreads (Results 1 – 2 of 2) sorted by relevance
324 unsigned NumCompileThreads = 0; variable452 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument453 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
687 << " Number of compile threads: " << NumCompileThreads; in prepareForConstruction()688 if (!NumCompileThreads) in prepareForConstruction()921 if (S.NumCompileThreads > 0) in createCompileFunction()973 if (S.NumCompileThreads > 0) { in LLJIT()976 std::make_unique<ThreadPool>(hardware_concurrency(S.NumCompileThreads)); in LLJIT()1243 if (S.NumCompileThreads > 0) in LLLazyJIT()