Searched refs:KeyToIndex (Results 1 – 1 of 1) sorted by relevance
11448 SmallDenseMap<Value *, SmallVector<unsigned>, 8> KeyToIndex; in reorderGatherNode() local11463 if (IsOrdered && !KeyToIndex.contains(V) && in reorderGatherNode()11467 KeyToIndex.at(Container[Idx].back()).back() != I - 1) || in reorderGatherNode()11469 KeyToIndex.at(Container.back().second.back()).back() != I - 1))) in reorderGatherNode()11471 auto &KTI = KeyToIndex[V]; in reorderGatherNode()11485 ArrayRef<unsigned> Indices = KeyToIndex.at(V); in reorderGatherNode()