Searched refs:predC (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | CallGraphSort.cpp | 177 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 D | CallGraphSort.cpp | 217 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 D | SectionPriorities.cpp | 187 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()
|