Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp92 ~SpeculativeJIT() { CompileThreads.wait(); } in ~SpeculativeJIT()
121 CompileThreads.async( in SpeculativeJIT()
139 ThreadPool CompileThreads{llvm::hardware_concurrency(NumThreads)}; member in SpeculativeJIT
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp690 if (CompileThreads) in ~LLJIT()
691 CompileThreads->wait(); in ~LLJIT()
835 CompileThreads = in LLJIT()
842 CompileThreads->async([UnownedT = T.release()]() mutable { in LLJIT()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h209 std::unique_ptr<ThreadPool> CompileThreads; variable