Searched refs:CompileThreads (Results 1 – 4 of 4) sorted by relevance
53 if (CompileThreads) in ~LLJIT()54 CompileThreads->wait(); in ~LLJIT()158 CompileThreads = std::make_unique<ThreadPool>(S.NumCompileThreads); in LLJIT()164 CompileThreads->async(std::move(Work)); in LLJIT()
744 if (CompileThreads) in ~LLJIT()745 CompileThreads->wait(); in ~LLJIT()894 CompileThreads = in LLJIT()901 CompileThreads->async([UnownedT = T.release()]() mutable { in LLJIT()
143 std::unique_ptr<ThreadPool> CompileThreads; variable
209 std::unique_ptr<ThreadPool> CompileThreads; variable