Searched refs:SortedClusters (Results 1 – 1 of 1) sorted by relevance
285 std::vector<const Cluster *> SortedClusters; in printJson() local286 SortedClusters.reserve(std::distance(begin(), end())); in printJson()287 append_range(SortedClusters, map_range(*this, AddrOf)); in printJson()288 llvm::sort(SortedClusters, MemSpaceBeforeRegionName); in printJson()290 for (auto [Idx, C] : llvm::enumerate(SortedClusters)) { in printJson()313 if (Idx != SortedClusters.size() - 1) in printJson()