Home
last modified time | relevance | path

Searched refs:CompileThreads (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp88 ~SpeculativeJIT() { CompileThreads.wait(); } in ~SpeculativeJIT()
117 CompileThreads.async( in SpeculativeJIT()
135 ThreadPool CompileThreads{llvm::hardware_concurrency(NumThreads)}; member in SpeculativeJIT
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp1000 if (CompileThreads) in ~LLJIT()
1001 CompileThreads->wait(); in ~LLJIT()
1127 CompileThreads = in LLJIT()
1134 CompileThreads->async([UnownedT = T.release()]() mutable { in LLJIT()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h209 std::unique_ptr<ThreadPool> CompileThreads; variable