Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp45 uint64_t initialWeight = 0; member
119 c.initialWeight = c.weight; in CallGraphSort()
170 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp58 uint64_t initialWeight = 0; member
159 c.initialWeight = c.weight; in CallGraphSort()
210 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp60 uint64_t initialWeight = 0; member
123 c.initialWeight = c.weight; in CallGraphSort()
179 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()