Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp250 SetVector<mlir::Value> functionInputs(execute.dependencies().begin(), in outlineExecuteOp() local
252 functionInputs.insert(execute.operands().begin(), execute.operands().end()); in outlineExecuteOp()
253 getUsedValuesDefinedAbove(execute.body(), functionInputs); in outlineExecuteOp()
257 functionInputs, [](Value value) { return value.getType(); }); in outlineExecuteOp()
292 valueMapping.map(functionInputs, func.getArguments()); in outlineExecuteOp()
330 func.getName(), execute.getResultTypes(), functionInputs.getArrayRef()); in outlineExecuteOp()