Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp196 ArrayRef<Operation *> dstOps) { in getMaxLoopDepth() argument
197 if (dstOps.empty()) in getMaxLoopDepth()
205 gatherProducerConsumerMemrefs(srcOps, dstOps, producerConsumerMemrefs); in getMaxLoopDepth()
207 for (Operation *dstOp : dstOps) { in getMaxLoopDepth()
651 ArrayRef<Operation *> srcOps, ArrayRef<Operation *> dstOps, in gatherProducerConsumerMemrefs() argument
661 for (Operation *op : dstOps) in gatherProducerConsumerMemrefs()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DLoopFusionUtils.h166 ArrayRef<Operation *> dstOps,