Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DLoopFusion.cpp1091 Optional<unsigned> bestDstLoopDepth = None; in isFusionProfitable() local
1189 bestDstLoopDepth = i; in isFusionProfitable()
1197 if (!bestDstLoopDepth.hasValue()) { in isFusionProfitable()
1205 if (!bestDstLoopDepth.hasValue()) { in isFusionProfitable()
1211 *dstLoopDepth = bestDstLoopDepth.getValue(); in isFusionProfitable()
1215 << "\n best loop depth: " << bestDstLoopDepth in isFusionProfitable()
1522 unsigned bestDstLoopDepth = maxLegalFusionDepth; in fuseProducerConsumerNodes() local
1526 &bestDstLoopDepth, computeToleranceThreshold)) in fuseProducerConsumerNodes()
1529 assert(bestDstLoopDepth > 0 && "Unexpected loop fusion depth"); in fuseProducerConsumerNodes()
1530 assert(!depthSliceUnions[bestDstLoopDepth - 1].isEmpty() && in fuseProducerConsumerNodes()
[all …]