Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp92 ~SpeculativeJIT() { CompileThreads.wait(); } in ~SpeculativeJIT()
121 CompileThreads.async( in SpeculativeJIT()
139 ThreadPool CompileThreads{llvm::hardware_concurrency(NumThreads)}; member in SpeculativeJIT
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp744 if (CompileThreads) in ~LLJIT()
745 CompileThreads->wait(); in ~LLJIT()
894 CompileThreads = in LLJIT()
901 CompileThreads->async([UnownedT = T.release()]() mutable { in LLJIT()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h209 std::unique_ptr<ThreadPool> CompileThreads; variable