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.cpp46 uint64_t initialWeight = 0; member
120 c.initialWeight = c.weight; in CallGraphSort()
171 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
158 c.initialWeight = c.weight; in CallGraphSort()
209 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp61 uint64_t initialWeight = 0; member
124 c.initialWeight = c.weight; in CallGraphSort()
180 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()