Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp73 uint64_t initialWeight = 0; member
146 c.initialWeight = c.weight; in CallGraphSort()
197 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp45 uint64_t initialWeight = 0; member
117 c.initialWeight = c.weight; in CallGraphSort()
168 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()