Searched refs:CompileThreads (Results 1 – 3 of 3) sorted by relevance
92 ~SpeculativeJIT() { CompileThreads.wait(); } in ~SpeculativeJIT()121 CompileThreads.async( in SpeculativeJIT()139 ThreadPool CompileThreads{llvm::hardware_concurrency(NumThreads)}; member in SpeculativeJIT
690 if (CompileThreads) in ~LLJIT()691 CompileThreads->wait(); in ~LLJIT()835 CompileThreads = in LLJIT()842 CompileThreads->async([UnownedT = T.release()]() mutable { in LLJIT()
209 std::unique_ptr<ThreadPool> CompileThreads; variable