Lines Matching refs:maxLoopDepth
1421 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local
1423 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1424 for (unsigned i = 0; i < maxLoopDepth; ++i) in checkLoopInterchangeDependences()
1433 assert(depComps.size() >= maxLoopDepth); in checkLoopInterchangeDependences()
1436 for (unsigned j = 0; j < maxLoopDepth; ++j) { in checkLoopInterchangeDependences()
1456 unsigned maxLoopDepth = loops.size(); in isValidLoopInterchangePermutation() local
1458 getDependenceComponents(loops[0], maxLoopDepth, &depCompsVec); in isValidLoopInterchangePermutation()
1565 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local
1567 getDependenceComponents(loops[0], maxLoopDepth, &depCompsVec); in sinkSequentialLoops()
1570 SmallVector<bool, 8> isParallelLoop(maxLoopDepth, true); in sinkSequentialLoops()
1572 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()
1573 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()
1589 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()
1592 for (unsigned i = 0; i < maxLoopDepth; ++i) { in sinkSequentialLoops()