Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp195 static unsigned getMaxLoopDepth(ArrayRef<Operation *> srcOps, in getMaxLoopDepth() argument
205 gatherProducerConsumerMemrefs(srcOps, dstOps, producerConsumerMemrefs); in getMaxLoopDepth()
651 ArrayRef<Operation *> srcOps, ArrayRef<Operation *> dstOps, in gatherProducerConsumerMemrefs() argument
655 for (Operation *op : srcOps) in gatherProducerConsumerMemrefs()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DLoopFusionUtils.h165 void gatherProducerConsumerMemrefs(ArrayRef<Operation *> srcOps,