Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
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()
/openbsd/src/gnu/llvm/lld/ELF/
DCallGraphSort.cpp74 uint64_t initialWeight = 0; member
147 c.initialWeight = c.weight; in CallGraphSort()
198 if (c.bestPred.from == -1 || c.bestPred.weight * 10 <= c.initialWeight) in run()
/openbsd/src/gnu/llvm/lld/MachO/
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()