Searched refs:CompileThreads (Results 1 – 3 of 3) sorted by relevance
88 ~SpeculativeJIT() { CompileThreads.wait(); } in ~SpeculativeJIT()117 CompileThreads.async( in SpeculativeJIT()135 ThreadPool CompileThreads{llvm::hardware_concurrency(NumThreads)}; member in SpeculativeJIT
1000 if (CompileThreads) in ~LLJIT()1001 CompileThreads->wait(); in ~LLJIT()1127 CompileThreads = in LLJIT()1134 CompileThreads->async([UnownedT = T.release()]() mutable { in LLJIT()
209 std::unique_ptr<ThreadPool> CompileThreads; variable