Searched refs:predC (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | CallGraphSort.cpp | 178 Cluster *predC = &clusters[predL]; in run() local 179 if (c.size + predC->size > MAX_CLUSTER_SIZE) in run() 182 if (isNewDensityBad(*predC, c)) in run() 186 mergeClusters(clusters, *predC, predL, c, l); in run()
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | CallGraphSort.cpp | 216 Cluster *predC = &clusters[predL]; in run() local 217 if (c.size + predC->size > MAX_CLUSTER_SIZE) in run() 220 if (isNewDensityBad(*predC, c)) in run() 224 mergeClusters(clusters, *predC, predL, c, l); in run()
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | SectionPriorities.cpp | 188 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()
|