Home
last modified time | relevance | path

Searched defs:newDensity (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp152 double newDensity = double(a.weight + b.weight) / double(a.size + b.size); isNewDensityBad() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DCallGraphSort.cpp125 double newDensity = double(a.weight + b.weight) / double(a.size + b.size); in isNewDensityBad() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.cpp129 double newDensity = double(a.weight + b.weight) / double(a.size + b.size); in isNewDensityBad() local