Searched refs:SortedIndices (Results 1 – 3 of 3) sorted by relevance
759 SmallVectorImpl<unsigned> &SortedIndices);
1495 SmallVectorImpl<unsigned> &SortedIndices) { in sortPtrAccesses() argument1524 SortedIndices.clear(); in sortPtrAccesses()1527 SortedIndices.resize(VL.size()); in sortPtrAccesses()1530 SortedIndices[Cnt] = Pair.second; in sortPtrAccesses()
3574 SmallVectorImpl<unsigned> &SortedIndices) { in clusterSortPtrAccesses() argument3625 SortedIndices.clear(); in clusterSortPtrAccesses()3631 SortedIndices.push_back(std::get<2>(T)); in clusterSortPtrAccesses()3634 assert(SortedIndices.size() == VL.size() && in clusterSortPtrAccesses()4697 SmallVector<unsigned> SortedIndices; in buildTree_rec() local4717 SortedIndices)); in buildTree_rec()