Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DCallGraphSort.cpp176 Cluster *predC = &clusters[predL]; in run() local
177 if (c.size + predC->size > MAX_CLUSTER_SIZE) in run()
180 if (isNewDensityBad(*predC, c)) in run()
184 mergeClusters(clusters, *predC, predL, c, l); in run()
/llvm-project-15.0.7/lld/ELF/
H A DCallGraphSort.cpp205 Cluster *predC = &clusters[predL]; in run() local
206 if (c.size + predC->size > MAX_CLUSTER_SIZE) in run()
209 if (isNewDensityBad(*predC, c)) in run()
213 mergeClusters(clusters, *predC, predL, c, l); in run()
/llvm-project-15.0.7/lld/MachO/
H A DSectionPriorities.cpp188 Cluster *predC = &clusters[predL]; in run() local
189 if (c.size + predC->size > maxClusterSize) in run()
192 if (isNewDensityBad(*predC, c)) in run()
196 mergeClusters(clusters, *predC, predL, c, l); in run()