Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp173 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 DCallGraphSort.cpp213 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 DSectionPriorities.cpp182 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()