Searched refs:ConcurrentIRCompiler (Results 1 – 4 of 4) sorted by relevance
83 ConcurrentIRCompiler::ConcurrentIRCompiler(JITTargetMachineBuilder JTMB, in ConcurrentIRCompiler() function in llvm::orc::ConcurrentIRCompiler89 ConcurrentIRCompiler::operator()(Module &M) { in operator ()()
968 return std::make_unique<ConcurrentIRCompiler>(std::move(JTMB)); in createCompileFunction()
35 /// For multithreaded compilation, use ConcurrentIRCompiler below.82 class ConcurrentIRCompiler : public IRCompileLayer::IRCompiler {84 ConcurrentIRCompiler(JITTargetMachineBuilder JTMB,
989 return std::make_unique<orc::ConcurrentIRCompiler>(std::move(JTMB), in runOrcJIT()