Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DReorderData.cpp286 const double BWeight = double(B.second) / B.first->getSize(); in sortedByFunc() local
289 (AWeight > BWeight || in sortedByFunc()
290 (AWeight == BWeight && in sortedByFunc()
314 const double BWeight = double(B.second) / B.first->getSize(); in sortedByCount() local
315 return (AWeight > BWeight || in sortedByCount()
316 (AWeight == BWeight && in sortedByCount()