LLVM
8.0.1
|
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/Timer.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cstring>
Go to the source code of this file.
Variables | |
static cl::opt< bool > | Stats ("stats", cl::desc("Enable statistics output from program (available with Asserts)"), cl::Hidden) |
-stats - Command line option to cause transformations to emit stats about what they did. More... | |
static cl::opt< bool > | StatsAsJSON ("stats-json", cl::desc("Display statistics as json data"), cl::Hidden) |
static bool | Enabled |
static bool | PrintOnExit |
static ManagedStatic< StatisticInfo > | StatInfo |
static ManagedStatic< sys::SmartMutex< true > > | StatLock |
|
static |
Definition at line 51 of file Statistic.cpp.
Referenced by buildEXP(), llvm::PPCTargetLowering::functionArgumentNeedsConsecutiveRegisters(), getEstimate(), llvm::X86TargetLowering::getMaxSupportedInterleaveFactor(), getOpEnabled(), llvm::NVPTXTargetLowering::getScalarShiftAmountTy(), llvm::NVPTXTargetLowering::getSqrtEstimate(), replaceShuffleOfInsert(), llvm::LTOCodeGenerator::setFreestanding(), llvm::ThinLTOCodeGenerator::setFreestanding(), and llvm::AArch64TargetLowering::supportSwiftError().
|
static |
Definition at line 52 of file Statistic.cpp.
Referenced by llvm::EnableStatistics().
|
static |
Definition at line 89 of file Statistic.cpp.
Referenced by llvm::PrintStatistics(), llvm::PrintStatisticsJSON(), and llvm::Statistic::RegisterStatistic().
|
static |
Definition at line 90 of file Statistic.cpp.
Referenced by llvm::Statistic::RegisterStatistic().
|
static |
-stats - Command line option to cause transformations to emit stats about what they did.
Referenced by llvm::AreStatisticsEnabled(), llvm::PrintStatistics(), llvm::PrintStatisticsJSON(), and llvm::Statistic::RegisterStatistic().
|
static |
Referenced by llvm::PrintStatistics().