Searched refs:predC (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/lld/COFF/ |
| 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()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | CallGraphSort.cpp | 205 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()
|
| /openbsd/src/gnu/llvm/lld/MachO/ |
| 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()
|