Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp793 if (CompileThreads) in ~LLJIT()
794 CompileThreads->wait(); in ~LLJIT()
975 CompileThreads = in LLJIT()
982 CompileThreads->async([UnownedT = T.release()]() mutable { in LLJIT()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h257 std::unique_ptr<ThreadPool> CompileThreads; variable