Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp329 auto callOutlinedFunc = callBuilder.create<func::CallOp>( in outlineExecuteOp() local
331 execute.replaceAllUsesWith(callOutlinedFunc.getResults()); in outlineExecuteOp()