Home
last modified time | relevance | path

Searched refs:compareClustersDensity (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DHFSort.cpp89 llvm::sort(Clusters, compareClustersDensity); in freezeClusters()
236 llvm::sort(SortedClusters, compareClustersDensity); in clusterize()
H A DPettisAndHansen.cpp210 llvm::sort(OutClusters, compareClustersDensity); in pettisAndHansen()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DHFSort.h75 inline bool compareClustersDensity(const Cluster &C1, const Cluster &C2) { in compareClustersDensity() function