Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp112 Cluster &toC = clusters[to]; in CallGraphSort() local
113 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()
114 toC.bestPred.from = from; in CallGraphSort()
115 toC.bestPred.weight = weight; in CallGraphSort()
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp152 Cluster &toC = clusters[to]; in CallGraphSort() local
153 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()
154 toC.bestPred.from = from; in CallGraphSort()
155 toC.bestPred.weight = weight; in CallGraphSort()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp116 Cluster &toC = clusters[to]; in CallGraphSort() local
117 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()
118 toC.bestPred.from = from; in CallGraphSort()
119 toC.bestPred.weight = weight; in CallGraphSort()