Lines Matching defs:bestDstLoopDepth
472 std::optional<unsigned> bestDstLoopDepth;
570 bestDstLoopDepth = i;
578 if (!bestDstLoopDepth) {
586 if (!bestDstLoopDepth) {
592 *dstLoopDepth = *bestDstLoopDepth;
596 << "\n best loop depth: " << bestDstLoopDepth
936 unsigned bestDstLoopDepth = maxLegalFusionDepth;
957 maxLegalFusionDepth, &bestDstLoopDepth,
962 assert(bestDstLoopDepth > 0 && "Unexpected loop fusion depth");
964 depthSliceUnions[bestDstLoopDepth - 1];
992 << " at depth " << bestDstLoopDepth << ":\n"
1023 dstAffineForOp, storesForMemref[0], bestDstLoopDepth,
1164 unsigned bestDstLoopDepth = maxLegalFusionDepth;
1172 &bestDstLoopDepth, computeToleranceThreshold))
1176 assert(bestDstLoopDepth > 0 && "Unexpected loop fusion depth");
1177 assert(!depthSliceUnions[bestDstLoopDepth - 1].isEmpty() &&
1182 bool isInnermostInsertion = (bestDstLoopDepth == dstLoopDepthTest);
1185 depthSliceUnions[bestDstLoopDepth - 1],