Home
last modified time | relevance | path

Searched refs:loopPermMapInv (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1422 SmallVector<unsigned, 4> loopPermMapInv; in checkLoopInterchangeDependences() local
1423 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1425 loopPermMapInv[loopPermMap[i]] = i; in checkLoopInterchangeDependences()
1437 unsigned permIndex = loopPermMapInv[j]; in checkLoopInterchangeDependences()