Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
DCallGraphSort.cpp178 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/
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()
/openbsd/src/gnu/llvm/lld/MachO/
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()