Searched refs:predL (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/lld/COFF/ |
| D | CallGraphSort.cpp | 174 int predL = getLeader(leaders, c.bestPred.from); in run() local 175 if (l == predL) in run() 178 Cluster *predC = &clusters[predL]; in run() 185 leaders[l] = predL; in run() 186 mergeClusters(clusters, *predC, predL, c, l); in run()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | CallGraphSort.cpp | 201 int predL = getLeader(leaders.get(), c.bestPred.from); in run() local 202 if (l == predL) in run() 205 Cluster *predC = &clusters[predL]; in run() 212 leaders[l] = predL; in run() 213 mergeClusters(clusters, *predC, predL, c, l); in run()
|
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | SectionPriorities.cpp | 183 int predL = getLeader(leaders, c.bestPred.from); in run() local 185 if (l == predL) in run() 188 Cluster *predC = &clusters[predL]; in run() 195 leaders[l] = predL; in run() 196 mergeClusters(clusters, *predC, predL, c, l); in run()
|