Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCounting.cpp245 llvm::SmallSet<ExecuteOp, 4> executeOperations; in addAutomaticRefCounting() local
249 executeOperations.insert(execute); in addAutomaticRefCounting()
266 for (ExecuteOp execute : executeOperations) { in addAutomaticRefCounting()