Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/ExecutionEngine/
DJitRunner.cpp160 auto expectedEngine = mlir::ExecutionEngine::create( in compileAndExecute() local
163 if (!expectedEngine) in compileAndExecute()
164 return expectedEngine.takeError(); in compileAndExecute()
166 auto engine = std::move(*expectedEngine); in compileAndExecute()