Searched refs:maxLoopDepth (Results 1 – 4 of 4) sorted by relevance
62 unsigned maxLoopDepth) { in testDependenceCheck() argument64 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testDependenceCheck()115 unsigned maxLoopDepth) { in testSliceComputation() argument116 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testSliceComputation()138 unsigned maxLoopDepth) { in testLoopFusionTransformation() argument139 for (unsigned d = loopDepth + 1; d <= maxLoopDepth; ++d) { in testLoopFusionTransformation()
184 AffineForOp forOp, unsigned maxLoopDepth,
1421 unsigned maxLoopDepth = loops.size(); in checkLoopInterchangeDependences() local1423 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() local1565 unsigned maxLoopDepth = loops.size(); in sinkSequentialLoops() local1572 assert(depComps.size() >= maxLoopDepth); in sinkSequentialLoops()1573 for (unsigned j = 0; j < maxLoopDepth; ++j) { in sinkSequentialLoops()1589 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops()[all …]
665 AffineForOp forOp, unsigned maxLoopDepth, in getDependenceComponents() argument675 for (unsigned d = 1; d <= maxLoopDepth; ++d) { in getDependenceComponents()