Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp124 PrintSortedBy("print-sorted-by", variable
1436 if (!opts::PrintSortedBy.empty() && in runOnFunctions()
1437 !llvm::is_contained(opts::PrintSortedBy, DynoStats::FIRST_DYNO_STAT)) { in runOnFunctions()
1451 llvm::is_contained(opts::PrintSortedBy, DynoStats::LAST_DYNO_STAT); in runOnFunctions()
1469 return Ascending ? StatsA.lessThan(StatsB, opts::PrintSortedBy) in runOnFunctions()
1470 : StatsB.lessThan(StatsA, opts::PrintSortedBy); in runOnFunctions()
1480 for (const DynoStats::Category Category : opts::PrintSortedBy) { in runOnFunctions()
1497 for (const DynoStats::Category Category : opts::PrintSortedBy) { in runOnFunctions()