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