reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1142 SortedIndices.clear(); 1143 SortedIndices.resize(VL.size()); 1144 std::iota(SortedIndices.begin(), SortedIndices.end(), 0); 1144 std::iota(SortedIndices.begin(), SortedIndices.end(), 0); 1147 llvm::stable_sort(SortedIndices, [&](unsigned Left, unsigned Right) { 1152 if (llvm::all_of(SortedIndices, [&SortedIndices](const unsigned I) { 1152 if (llvm::all_of(SortedIndices, [&SortedIndices](const unsigned I) { 1153 return I == SortedIndices[I]; 1155 SortedIndices.clear();