Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp1130 Optional<unsigned> bestDstLoopDepth = None; in isFusionProfitable() local
1228 bestDstLoopDepth = i; in isFusionProfitable()
1236 if (!bestDstLoopDepth) { in isFusionProfitable()
1244 if (!bestDstLoopDepth) { in isFusionProfitable()
1250 *dstLoopDepth = *bestDstLoopDepth; in isFusionProfitable()
1254 << "\n best loop depth: " << bestDstLoopDepth in isFusionProfitable()
1549 unsigned bestDstLoopDepth = maxLegalFusionDepth; in fuseProducerConsumerNodes() local
1577 depthSliceUnions[bestDstLoopDepth - 1]; in fuseProducerConsumerNodes()
1625 << " at depth " << bestDstLoopDepth << ":\n" in fuseProducerConsumerNodes()
1776 unsigned bestDstLoopDepth = maxLegalFusionDepth; in fuseWithSiblingNodes() local
[all …]