Searched refs:predL (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | CallGraphSort.cpp | 173 int predL = getLeader(leaders, c.bestPred.from); in run() local 174 if (l == predL) in run() 177 Cluster *predC = &clusters[predL]; in run() 184 leaders[l] = predL; in run() 185 mergeClusters(clusters, *predC, predL, c, l); in run()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | CallGraphSort.cpp | 213 int predL = getLeader(leaders.get(), c.bestPred.from); in run() local 214 if (l == predL) in run() 217 Cluster *predC = &clusters[predL]; in run() 224 leaders[l] = predL; in run() 225 mergeClusters(clusters, *predC, predL, c, l); in run()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | SectionPriorities.cpp | 182 int predL = getLeader(leaders, c.bestPred.from); in run() local 184 if (l == predL) in run() 187 Cluster *predC = &clusters[predL]; in run() 194 leaders[l] = predL; in run() 195 mergeClusters(clusters, *predC, predL, c, l); in run()
|