Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp151 static Error compileAndExecute(Options &options, ModuleOp module, in compileAndExecute() function
249 return compileAndExecute(options, module, entryPoint, std::move(config), in compileAndExecuteVoidFunction()
305 if (auto error = compileAndExecute(options, module, entryPoint, in compileAndExecuteSingleReturnFunction()