Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
DCallGraphSort.cpp47 Edge bestPred = {-1, 0}; member
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()
171 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
174 int predL = getLeader(leaders, c.bestPred.from); in run()
/openbsd/src/gnu/llvm/lld/ELF/
DCallGraphSort.cpp75 Edge bestPred = {-1, 0}; member
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()
198 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
201 int predL = getLeader(leaders.get(), c.bestPred.from); in run()
/openbsd/src/gnu/llvm/lld/MachO/
DSectionPriorities.cpp62 Edge bestPred = {-1, 0}; member
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()
180 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
183 int predL = getLeader(leaders, c.bestPred.from); in run()