Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp53 if (CompileThreads) in ~LLJIT()
54 CompileThreads->wait(); in ~LLJIT()
158 CompileThreads = std::make_unique<ThreadPool>(S.NumCompileThreads); in LLJIT()
164 CompileThreads->async(std::move(Work)); in LLJIT()
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp88 ~SpeculativeJIT() { CompileThreads.wait(); } in ~SpeculativeJIT()
118 CompileThreads.async( in SpeculativeJIT()
137 ThreadPool CompileThreads{llvm::hardware_concurrency(NumThreads)}; member in SpeculativeJIT
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp976 if (CompileThreads) in ~LLJIT()
977 CompileThreads->wait(); in ~LLJIT()
1096 CompileThreads = in LLJIT()
1105 CompileThreads->async( in LLJIT()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h143 std::unique_ptr<ThreadPool> CompileThreads; variable
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DLLJIT.h209 std::unique_ptr<ThreadPool> CompileThreads; variable