Searched refs:ReuseShuffleIndices (Results 1 – 1 of 1) sorted by relevance
1437 return VL.size() == ReuseShuffleIndices.size() && in isSame()1439 VL.begin(), VL.end(), ReuseShuffleIndices.begin(), in isSame()1454 SmallVector<unsigned, 4> ReuseShuffleIndices; member1618 if (ReuseShuffleIndices.empty()) in dump()1621 for (unsigned ReuseIdx : ReuseShuffleIndices) in dump()1640 ArrayRef<unsigned> ReuseShuffleIndices = None, in newTreeEntry() argument1648 Last->ReuseShuffleIndices.append(ReuseShuffleIndices.begin(), in newTreeEntry()1649 ReuseShuffleIndices.end()); in newTreeEntry()2377 if (!Entry->ReuseShuffleIndices.empty()) { in buildTree()2379 std::distance(Entry->ReuseShuffleIndices.begin(), in buildTree()[all …]