Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp44 static bool EnableStats; variable
54 cl::location(EnableStats), cl::Hidden}; in initStatisticOptions()
114 if (EnableStats || Enabled) in RegisterStatistic()
130 if (EnableStats || PrintOnExit) in ~StatisticInfo()
139 bool llvm::AreStatisticsEnabled() { return Enabled || EnableStats; } in AreStatisticsEnabled()
248 if (EnableStats) { in PrintStatistics()