Searched refs:PrintSortedBy (Results 1 – 1 of 1) sorted by relevance
124 PrintSortedBy("print-sorted-by", variable1436 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()