Searched refs:CompileThreads (Results 1 – 2 of 2) sorted by relevance
34 if (CompileThreads) in ~LLJIT()35 CompileThreads->wait(); in ~LLJIT()110 CompileThreads = llvm::make_unique<ThreadPool>(NumCompileThreads);116 CompileThreads->async(std::move(Work)); in __anonb1c15e800402()
129 std::unique_ptr<ThreadPool> CompileThreads; variable