Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp151 Cluster &toC = clusters[to]; in isNewDensityBad()
152 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in isNewDensityBad()
153 toC.bestPred.from = from; in isNewDensityBad()
154 toC.bestPred.weight = weight; in isNewDensityBad()
140 Cluster &toC = clusters[to]; CallGraphSort() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp113 Cluster &toC = clusters[to]; in CallGraphSort() local
114 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()
115 toC.bestPred.from = from; in CallGraphSort()
116 toC.bestPred.weight = weight; in CallGraphSort()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp117 Cluster &toC = clusters[to]; in CallGraphSort() local
118 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()
119 toC.bestPred.from = from; in CallGraphSort()
120 toC.bestPred.weight = weight; in CallGraphSort()