Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp34 if (CompileThreads) in ~LLJIT()
35 CompileThreads->wait(); in ~LLJIT()
110 CompileThreads = llvm::make_unique<ThreadPool>(NumCompileThreads);
116 CompileThreads->async(std::move(Work)); in __anonb1c15e800402()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h129 std::unique_ptr<ThreadPool> CompileThreads; variable