Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp206 SmallVector<Operation *, 4> targetDstOps; in getMaxLoopDepth() local
212 targetDstOps.push_back(dstOp); in getMaxLoopDepth()
215 assert(!targetDstOps.empty() && in getMaxLoopDepth()
219 unsigned loopDepth = getInnermostCommonLoopDepth(targetDstOps); in getMaxLoopDepth()
222 if (all_of(targetDstOps, in getMaxLoopDepth()
228 for (unsigned i = 0, e = targetDstOps.size(); i < e; ++i) { in getMaxLoopDepth()
229 auto *srcOpInst = targetDstOps[i]; in getMaxLoopDepth()
232 auto *dstOpInst = targetDstOps[j]; in getMaxLoopDepth()