Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp194 static unsigned getMaxLoopDepth(ArrayRef<Operation *> dstOps, in getMaxLoopDepth() argument
199 if (dstOps.empty()) in getMaxLoopDepth()
210 for (Operation *dstOp : dstOps) { in getMaxLoopDepth()