Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
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()
/openbsd/src/gnu/llvm/lld/ELF/
DCallGraphSort.cpp140 Cluster &toC = clusters[to]; in CallGraphSort() local
141 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort()
142 toC.bestPred.from = from; in CallGraphSort()
143 toC.bestPred.weight = weight; in CallGraphSort()
/openbsd/src/gnu/llvm/lld/MachO/
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()