Searched refs:SortedIndices (Results 1 – 3 of 3) sorted by relevance
772 SmallVectorImpl<unsigned> &SortedIndices);
1626 SmallVectorImpl<unsigned> &SortedIndices) { in sortPtrAccesses() argument1655 SortedIndices.clear(); in sortPtrAccesses()1658 SortedIndices.resize(VL.size()); in sortPtrAccesses()1661 SortedIndices[Cnt] = Pair.second; in sortPtrAccesses()
3936 SmallVectorImpl<unsigned> &SortedIndices) { in clusterSortPtrAccesses() argument3987 SortedIndices.clear(); in clusterSortPtrAccesses()3993 SortedIndices.push_back(std::get<2>(T)); in clusterSortPtrAccesses()3996 assert(SortedIndices.size() == VL.size() && in clusterSortPtrAccesses()5717 SmallVector<unsigned> SortedIndices; in buildTree_rec() local5738 SortedIndices)); in buildTree_rec()