Lines Matching full:statistics
10 // way to expose various success metrics from passes. These statistics are
53 "Enable statistics output from program (available with Asserts)"), in initStatisticOptions()
56 "stats-json", cl::desc("Display statistics as json data"), in initStatisticOptions()
63 /// called. We print statistics from the destructor.
73 /// Sort statistics by debugtype,name,description.
85 iterator_range<const_iterator> statistics() const { in statistics() function in __anonece966b40111::StatisticInfo
189 // Print out the statistics header... in PrintStatistics()
191 << " ... Statistics Collected ...\n" in PrintStatistics()
194 // Print all of the statistics. in PrintStatistics()
209 // Print all of the statistics. in PrintStatisticsJSON()
234 // Statistics not enabled? in PrintStatistics()
246 // !Stats.Stats.empty(). In release builds, Statistics operators in PrintStatistics()
251 (*OutStream) << "Statistics are disabled. " in PrintStatistics()
261 for (const auto &Stat : StatInfo->statistics()) in GetStatistics()