Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1540 unsigned parentPosInInput = invPermMap[permMap[i] - 1].second; in permuteLoops() local
1541 if (i > 0 && static_cast<unsigned>(i - 1) == parentPosInInput) in permuteLoops()
1545 auto *destBody = input[parentPosInInput].getBody(); in permuteLoops()