Home
last modified time | relevance | path

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

/freebsd-13.1/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()
129 if (EnableStats || PrintOnExit) in ~StatisticInfo()
138 bool llvm::AreStatisticsEnabled() { return Enabled || EnableStats; } in AreStatisticsEnabled()
250 if (EnableStats) { in PrintStatistics()