|
LLVM
3.7.0
|
#include "llvm/ADT/Statistic.h"#include "llvm/ADT/StringExtras.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Format.h"#include "llvm/Support/ManagedStatic.h"#include "llvm/Support/Mutex.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <cstring>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| raw_ostream * | llvm::CreateInfoOutputFile () |
Variables | |
| static cl::opt< bool > | Enabled ("stats", cl::desc("Enable statistics output from program (available with Asserts)")) |
| -stats - Command line option to cause transformations to emit stats about what they did. More... | |
| static ManagedStatic < StatisticInfo > | StatInfo |
| static ManagedStatic < sys::SmartMutex< true > > | StatLock |
|
static |
-stats - Command line option to cause transformations to emit stats about what they did.
Referenced by llvm::AreStatisticsEnabled(), llvm::EnableStatistics(), llvm::PrintStatistics(), and llvm::Statistic::RegisterStatistic().
|
static |
Definition at line 65 of file Statistic.cpp.
Referenced by llvm::PrintStatistics(), and llvm::Statistic::RegisterStatistic().
|
static |
Definition at line 66 of file Statistic.cpp.
Referenced by llvm::Statistic::RegisterStatistic().
1.8.6