Searched refs:mergeClusters (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | CallGraphSort.cpp | 178 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters() 224 mergeClusters(clusters, *predC, predL, c, l); in run() 167 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, mergeClusters() function
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | CallGraphSort.cpp | 140 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters() function 186 mergeClusters(clusters, *predC, predL, c, l); in run()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SectionPriorities.cpp | 144 static void mergeClusters(std::vector<Cluster> &cs, Cluster &into, int intoIdx, in mergeClusters() function 196 mergeClusters(clusters, *predC, predL, c, l); in run()
|