Searched refs:NumCompileThreads (Results 1 – 2 of 2) sorted by relevance
202 unsigned NumCompileThreads = 0; variable256 SetterImpl &setNumCompileThreads(unsigned NumCompileThreads) { in setNumCompileThreads() argument257 impl().NumCompileThreads = NumCompileThreads; in setNumCompileThreads()
120 if (S.NumCompileThreads > 0) in createCompileFunction()156 if (S.NumCompileThreads > 0) { in LLJIT()158 CompileThreads = std::make_unique<ThreadPool>(S.NumCompileThreads); in LLJIT()261 if (S.NumCompileThreads > 0) in LLLazyJIT()