Lines Matching refs:loopDepth
61 unsigned i, unsigned j, unsigned loopDepth, in testDependenceCheck() argument
64 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
70 << i << " into loop nest " << j << " at depth " << loopDepth; in testDependenceCheck()
114 unsigned i, unsigned j, unsigned loopDepth, in testSliceComputation() argument
116 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
137 unsigned loopDepth, in testLoopFusionTransformation() argument
139 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
163 for (unsigned loopDepth = 0, end = depthToLoops.size(); loopDepth < end; in iterateLoops() local
164 ++loopDepth) { in iterateLoops()
165 auto &loops = depthToLoops[loopDepth]; in iterateLoops()
171 fn(loops[j], loops[k], j, k, loopDepth, depthToLoops.size()); in iterateLoops()