Searched refs:bestDstLoopDepth (Results 1 – 1 of 1) sorted by relevance
1091 Optional<unsigned> bestDstLoopDepth = None; in isFusionProfitable() local1189 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() local1526 &bestDstLoopDepth, computeToleranceThreshold)) in fuseProducerConsumerNodes()1529 assert(bestDstLoopDepth > 0 && "Unexpected loop fusion depth"); in fuseProducerConsumerNodes()1530 assert(!depthSliceUnions[bestDstLoopDepth - 1].isEmpty() && in fuseProducerConsumerNodes()[all …]