Searched refs:SortType (Results 1 – 1 of 1) sorted by relevance
174 using SortType = std::pair<unsigned, ClusterMapType::iterator>; in findPartitions() typedef176 SmallVector<SortType, 64> Sets; in findPartitions()190 llvm::sort(Sets, [](const SortType &a, const SortType &b) { in findPartitions()