Searched refs:compileAndExecute (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/ExecutionEngine/ |
D | JitRunner.cpp | 151 static Error compileAndExecute(Options &options, ModuleOp module, in compileAndExecute() function 192 return compileAndExecute(options, module, entryPoint, config, &empty); in compileAndExecuteVoidFunction() 234 if (auto error = compileAndExecute(options, module, entryPoint, config, in compileAndExecuteSingleReturnFunction()
|