Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp1523 unsigned dstLoopDepthTest = getInnermostCommonLoopDepth(dstMemrefOps); in fuseProducerConsumerNodes() local
1529 depthSliceUnions.resize(dstLoopDepthTest); in fuseProducerConsumerNodes()
1531 for (unsigned i = 1; i <= dstLoopDepthTest; ++i) { in fuseProducerConsumerNodes()
1755 unsigned dstLoopDepthTest = dstLoopIVs.size(); in fuseWithSiblingNodes() local
1760 depthSliceUnions.resize(dstLoopDepthTest); in fuseWithSiblingNodes()
1763 for (unsigned i = 1; i <= dstLoopDepthTest; ++i) { in fuseWithSiblingNodes()
1791 bool isInnermostInsertion = (bestDstLoopDepth == dstLoopDepthTest); in fuseWithSiblingNodes()