Searched refs:compareClustersDensity (Results 1 – 3 of 3) sorted by relevance
89 llvm::sort(Clusters, compareClustersDensity); in freezeClusters()236 llvm::sort(SortedClusters, compareClustersDensity); in clusterize()
210 llvm::sort(OutClusters, compareClustersDensity); in pettisAndHansen()
75 inline bool compareClustersDensity(const Cluster &C1, const Cluster &C2) { in compareClustersDensity() function