Lines Matching refs:loopDepth
63 unsigned i, unsigned j, unsigned loopDepth, in testDependenceCheck() argument
66 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()
72 << i << " into loop nest " << j << " at depth " << loopDepth; in testDependenceCheck()
117 unsigned i, unsigned j, unsigned loopDepth, in testSliceComputation() argument
119 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()
140 unsigned loopDepth, in testLoopFusionTransformation() argument
142 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
166 for (unsigned loopDepth = 0, end = depthToLoops.size(); loopDepth < end; in iterateLoops() local
167 ++loopDepth) { in iterateLoops()
168 auto &loops = depthToLoops[loopDepth]; in iterateLoops()
174 fn(loops[j], loops[k], j, k, loopDepth, depthToLoops.size()); in iterateLoops()