HomeSort by relevance Sort by last modified time
    Searched refs:STATISTIC (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/lib/Analysis/
InstCount.cpp 15 #include "llvm/ADT/Statistic.h"
26 STATISTIC(TotalInsts , "Number of instructions (of all types)");
27 STATISTIC(TotalBlocks, "Number of basic blocks");
28 STATISTIC(TotalFuncs , "Number of non-external functions");
29 STATISTIC(TotalMemInst, "Number of memory instructions");
32 STATISTIC(Num ## OPCODE ## Inst, "Number of " #OPCODE " insts");
RegionInfo.cpp 14 #include "llvm/ADT/Statistic.h"
38 STATISTIC(numRegions, "The # of regions");
39 STATISTIC(numSimpleRegions, "The # of simple regions");
  /external/llvm/lib/Transforms/IPO/
ElimAvailExtern.cpp 17 #include "llvm/ADT/Statistic.h"
26 STATISTIC(NumFunctions, "Number of functions removed");
27 STATISTIC(NumVariables, "Number of global variables removed");
StripDeadPrototypes.cpp 18 #include "llvm/ADT/Statistic.h"
27 STATISTIC(NumDeadPrototypes, "Number of dead prototypes removed");
  /external/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 16 #include "llvm/ADT/Statistic.h"
36 STATISTIC(NumStackMapFuncVisited, "Number of functions visited");
37 STATISTIC(NumStackMapFuncSkipped, "Number of functions skipped");
38 STATISTIC(NumBBsVisited, "Number of basic blocks visited");
39 STATISTIC(NumBBsHaveNoStackmap, "Number of basic blocks with no stackmap");
40 STATISTIC(NumStackMaps, "Number of StackMaps visited");
MachineRegionInfo.cpp 3 #include "llvm/ADT/Statistic.h"
11 STATISTIC(numMachineRegions, "The # of machine regions");
12 STATISTIC(numMachineSimpleRegions, "The # of simple machine regions");
OptimizePHIs.cpp 17 #include "llvm/ADT/Statistic.h"
28 STATISTIC(NumPHICycles, "Number of PHI cycles replaced");
29 STATISTIC(NumDeadPHICycles, "Number of dead PHI cycles");
  /external/llvm/lib/Transforms/Hello/
Hello.cpp 15 #include "llvm/ADT/Statistic.h"
23 STATISTIC(HelloCounter, "Counts number of functions greeted");
  /external/llvm/lib/Transforms/Scalar/
BDCE.cpp 19 #include "llvm/ADT/Statistic.h"
34 STATISTIC(NumRemoved, "Number of instructions removed (unused)");
35 STATISTIC(NumSimplified, "Number of instructions trivialized (dead bits)");
DCE.cpp 21 #include "llvm/ADT/Statistic.h"
31 STATISTIC(DIEEliminated, "Number of insts removed by DIE pass");
32 STATISTIC(DCEEliminated, "Number of insts removed");
Reg2Mem.cpp 20 #include "llvm/ADT/Statistic.h"
34 STATISTIC(NumRegsDemoted, "Number of registers demoted");
35 STATISTIC(NumPhisDemoted, "Number of phi-nodes demoted");
ADCE.cpp 21 #include "llvm/ADT/Statistic.h"
34 STATISTIC(NumRemoved, "Number of instructions removed");
ConstantProp.cpp 22 #include "llvm/ADT/Statistic.h"
34 STATISTIC(NumInstKilled, "Number of instructions killed");
CorrelatedValuePropagation.cpp 15 #include "llvm/ADT/Statistic.h"
32 STATISTIC(NumPhis, "Number of phis propagated");
33 STATISTIC(NumSelects, "Number of selects propagated");
34 STATISTIC(NumMemAccess, "Number of memory access targets propagated");
35 STATISTIC(NumCmps, "Number of comparisons propagated");
36 STATISTIC(NumReturns, "Number of return values propagated");
37 STATISTIC(NumDeadCases, "Number of switch cases removed");
  /external/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 14 #include "llvm/ADT/Statistic.h"
20 STATISTIC(NumDMBsRemoved, "Number of DMBs removed");
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 26 #include "llvm/ADT/Statistic.h"
57 STATISTIC(NumConsidered, "Number of ccmps considered");
58 STATISTIC(NumPhiRejs, "Number of ccmps rejected (PHI)");
59 STATISTIC(NumPhysRejs, "Number of ccmps rejected (Physregs)");
60 STATISTIC(NumPhi2Rejs, "Number of ccmps rejected (PHI2)");
61 STATISTIC(NumHeadBranchRejs, "Number of ccmps rejected (Head branch)");
62 STATISTIC(NumCmpBranchRejs, "Number of ccmps rejected (CmpBB branch)");
63 STATISTIC(NumCmpTermRejs, "Number of ccmps rejected (CmpBB is cbz...)");
64 STATISTIC(NumImmRangeRejs, "Number of ccmps rejected (Imm out of range)");
65 STATISTIC(NumLiveDstRejs, "Number of ccmps rejected (Cmp dest live)")
    [all...]
AArch64CollectLOH.cpp 111 #include "llvm/ADT/Statistic.h"
139 STATISTIC(NumADRPSimpleCandidate,
141 STATISTIC(NumADRPComplexCandidate2,
143 STATISTIC(NumADRPComplexCandidate3,
145 STATISTIC(NumADRPComplexCandidateOther,
147 STATISTIC(NumADDToSTRWithImm,
149 STATISTIC(NumLDRToSTRWithImm,
151 STATISTIC(NumADDToSTR, "Number of simplifiable STR reachable by ADD");
152 STATISTIC(NumLDRToSTR, "Number of simplifiable STR reachable by LDR");
153 STATISTIC(NumADDToLDRWithImm
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 18 #include "llvm/ADT/Statistic.h"
66 STATISTIC(NumFastIselFailures, "Number of instructions fast isel failed on");
67 STATISTIC(NumFastIselSuccess, "Number of instructions fast isel selected");
68 STATISTIC(NumFastIselBlocks, "Number of blocks selected entirely by fast isel");
69 STATISTIC(NumDAGBlocks, "Number of blocks selected using DAG");
70 STATISTIC(NumDAGIselRetries,"Number of times dag isel has to try another path");
71 STATISTIC(NumEntryBlocks, "Number of entry blocks encountered");
72 STATISTIC(NumFastIselFailLowerArguments,
82 STATISTIC(NumFastIselFailRet,"Fast isel fails on Ret");
83 STATISTIC(NumFastIselFailBr,"Fast isel fails on Br")
    [all...]
ScheduleDAGVLIW.cpp 23 #include "llvm/ADT/Statistic.h"
40 STATISTIC(NumNoops , "Number of noops inserted");
41 STATISTIC(NumStalls, "Number of pipeline stalls");
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 21 #include "llvm/ADT/Statistic.h"
29 STATISTIC(NumBlocks,
31 STATISTIC(NumBlocksUnreachable,
  /external/llvm/lib/Support/
DataStream.cpp 18 #include "llvm/ADT/Statistic.h"
44 STATISTIC(NumStreamFetches, "Number of calls to Data stream fetch");
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 19 #include "llvm/ADT/Statistic.h"
29 STATISTIC(NumInvokes, "Number of invokes replaced");
Mem2Reg.cpp 16 #include "llvm/ADT/Statistic.h"
27 STATISTIC(NumPromoted, "Number of alloca's promoted");
  /external/llvm/lib/Target/PowerPC/
PPCEarlyReturn.cpp 22 #include "llvm/ADT/Statistic.h"
38 STATISTIC(NumBCLR, "Number of early conditional returns");
39 STATISTIC(NumBLR, "Number of early returns");
  /external/llvm/include/llvm/ADT/
Statistic.h 1 //===-- llvm/ADT/Statistic.h - Easy way to expose stats ---------*- C++ -*-===//
10 // This file defines the 'Statistic' class, which is designed to be an easy way
18 // static Statistic NumInstsKilled("gcse", "Number of instructions killed");
37 class Statistic {
58 const Statistic &operator=(unsigned Val) {
63 const Statistic &operator++() {
79 const Statistic &operator--() {
91 const Statistic &operator+=(const unsigned &V) {
97 const Statistic &operator-=(const unsigned &V) {
103 const Statistic &operator*=(const unsigned &V)
    [all...]

Completed in 3478 milliseconds

1 2 3 4 5 6 7 8 9