Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp177 Cluster *predC = &clusters[predL]; in run() local
178 if (c.size + predC->size > MAX_CLUSTER_SIZE) in run()
181 if (isNewDensityBad(*predC, c)) in run()
185 mergeClusters(clusters, *predC, predL, c, l); in run()
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp217 Cluster *predC = &clusters[predL]; in run() local
218 if (c.size + predC->size > MAX_CLUSTER_SIZE) in run()
221 if (isNewDensityBad(*predC, c)) in run()
225 mergeClusters(clusters, *predC, predL, c, l); in run()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp187 Cluster *predC = &clusters[predL]; in run() local
188 if (c.size + predC->size > maxClusterSize) in run()
191 if (isNewDensityBad(*predC, c)) in run()
195 mergeClusters(clusters, *predC, predL, c, l); in run()