Lines Matching defs:dstLoopDepth
242 // MemRefRegion written to by 'srcStoreOpInst' at depth 'dstLoopDepth'.
246 unsigned dstLoopDepth,
260 // Compute MemRefRegion for 'srcStoreOpInst' at depth 'dstLoopDepth'.
262 bool validRegion = succeeded(region.compute(srcStoreOpInst, dstLoopDepth));
270 // by 'srcStoreOpInst' at depth 'dstLoopDepth'.
404 // `dstLoopDepth` is set to the most profitable depth at which to materialize
419 // NOTE: 'dstLoopDepth' refers to the loop depth within the destination loop
434 unsigned *dstLoopDepth,
461 // Search for min cost value for 'dstLoopDepth'. At each value of
462 // 'dstLoopDepth' from 'maxLegalLoopDepth' to '1', compute computation slice
466 // loop nest at 'dstLoopDepth'.
591 // Set dstLoopDepth based on best values from search.
592 *dstLoopDepth = *bestDstLoopDepth;
639 msg << " fusion is most profitable at depth " << *dstLoopDepth << " with "
920 /*dstLoopDepth=*/i + numSurroundingLoops,
1150 /*dstLoopDepth=*/i + numSurroundingLoops,