Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp1432 SmallVector<unsigned, 4> loopPermMapInv; in checkLoopInterchangeDependences() local
1433 loopPermMapInv.resize(maxLoopDepth); in checkLoopInterchangeDependences()
1435 loopPermMapInv[loopPermMap[i]] = i; in checkLoopInterchangeDependences()
1448 unsigned permIndex = loopPermMapInv[j]; in checkLoopInterchangeDependences()