Home
last modified time | relevance | path

Searched refs:ConcurrentIRCompiler (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp83 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler
89 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
H A DLLJIT.cpp968 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h35 /// For multithreaded compilation, use ConcurrentIRCompiler below.
82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {
84 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp989 return std::make_unique<orc::ConcurrentIRCompiler>(std::move(JTMB), in runOrcJIT()