Searched refs:dstLoopDepthTest (Results 1 – 1 of 1) sorted by relevance
1523 unsigned dstLoopDepthTest = getInnermostCommonLoopDepth(dstMemrefOps); in fuseProducerConsumerNodes() local1529 depthSliceUnions.resize(dstLoopDepthTest); in fuseProducerConsumerNodes()1531 for (unsigned i = 1; i <= dstLoopDepthTest; ++i) { in fuseProducerConsumerNodes()1755 unsigned dstLoopDepthTest = dstLoopIVs.size(); in fuseWithSiblingNodes() local1760 depthSliceUnions.resize(dstLoopDepthTest); in fuseWithSiblingNodes()1763 for (unsigned i = 1; i <= dstLoopDepthTest; ++i) { in fuseWithSiblingNodes()1791 bool isInnermostInsertion = (bestDstLoopDepth == dstLoopDepthTest); in fuseWithSiblingNodes()