Searched refs:dstOps (Results 1 – 2 of 2) sorted by relevance
196 ArrayRef<Operation *> dstOps) { in getMaxLoopDepth() argument197 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() argument661 for (Operation *op : dstOps) in gatherProducerConsumerMemrefs()
166 ArrayRef<Operation *> dstOps,