Lines Matching defs:maxLoopDepth
1322 unsigned maxLoopDepth = loops.size();
1324 loopPermMapInv.resize(maxLoopDepth);
1325 for (unsigned i = 0; i < maxLoopDepth; ++i)
1334 assert(depComps.size() >= maxLoopDepth);
1337 for (unsigned j = 0; j < maxLoopDepth; ++j) {
1355 // rooted at 'loops[0]', at loop depths in range [1, maxLoopDepth].
1357 unsigned maxLoopDepth = loops.size();
1359 getDependenceComponents(loops[0], maxLoopDepth, &depCompsVec);
1465 // rooted at 'loops[0]', at loop depths in range [1, maxLoopDepth].
1466 unsigned maxLoopDepth = loops.size();
1468 getDependenceComponents(loops[0], maxLoopDepth, &depCompsVec);
1471 SmallVector<bool, 8> isParallelLoop(maxLoopDepth, true);
1473 assert(depComps.size() >= maxLoopDepth);
1474 for (unsigned j = 0; j < maxLoopDepth; ++j) {
1486 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth);
1489 for (unsigned i = 0; i < maxLoopDepth; ++i) {