Searched refs:loopPermMap (Results 1 – 2 of 2) sorted by relevance
123 ArrayRef<unsigned> loopPermMap);
1419 ArrayRef<AffineForOp> loops, ArrayRef<unsigned> loopPermMap) { in checkLoopInterchangeDependences() argument1425 loopPermMapInv[loopPermMap[i]] = i; in checkLoopInterchangeDependences()1452 ArrayRef<unsigned> loopPermMap) { in isValidLoopInterchangePermutation() argument1455 assert(loopPermMap.size() == loops.size()); in isValidLoopInterchangePermutation()1459 return checkLoopInterchangeDependences(depCompsVec, loops, loopPermMap); in isValidLoopInterchangePermutation()1589 SmallVector<unsigned, 4> loopPermMap(maxLoopDepth); in sinkSequentialLoops() local1594 loopPermMap[i] = nextParallelLoop++; in sinkSequentialLoops()1596 loopPermMap[i] = nextSequentialLoop++; in sinkSequentialLoops()1601 if (!checkLoopInterchangeDependences(depCompsVec, loops, loopPermMap)) in sinkSequentialLoops()1604 unsigned loopNestRootIndex = permuteLoops(loops, loopPermMap); in sinkSequentialLoops()