Searched refs:invPermMap (Results 1 – 1 of 1) sorted by relevance
1506 SmallVector<std::pair<unsigned, unsigned>, 4> invPermMap; in permuteLoops() local1508 invPermMap.push_back({permMap[i], i}); in permuteLoops()1509 llvm::sort(invPermMap); in permuteLoops()1514 auto *destBody = input[invPermMap.back().second].getBody(); in permuteLoops()1540 unsigned parentPosInInput = invPermMap[permMap[i] - 1].second; in permuteLoops()1551 return invPermMap[0].second; in permuteLoops()