Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DCallGraphSort.cpp163 double newDensity = double(a.weight + b.weight) / double(a.size + b.size); in getLeader()
164 return newDensity < a.getDensity() / MAX_DENSITY_DEGRADATION; in getLeader()
152 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
126 return newDensity < a.getDensity() / MAX_DENSITY_DEGRADATION; in isNewDensityBad()
/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
130 return newDensity < a.getDensity() / MAX_DENSITY_DEGRADATION; in isNewDensityBad()