|
LLVM
3.7.0
|
Go to the source code of this file.
Classes | |
| class | llvm::Statistic |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | STATISTIC(VARNAME, DESC) static llvm::Statistic VARNAME = { DEBUG_TYPE, DESC, 0, 0 } |
Functions | |
| void | llvm::EnableStatistics () |
| Enable the collection and printing of statistics. More... | |
| bool | llvm::AreStatisticsEnabled () |
| Check if statistics are enabled. More... | |
| void | llvm::PrintStatistics () |
| Print statistics to the file returned by CreateInfoOutputFile(). More... | |
| void | llvm::PrintStatistics (raw_ostream &OS) |
| Print statistics to the given output stream. More... | |
| #define STATISTIC | ( | VARNAME, | |
| DESC | |||
| ) | static llvm::Statistic VARNAME = { DEBUG_TYPE, DESC, 0, 0 } |
Definition at line 164 of file Statistic.h.
1.8.6