Searched refs:STATISTIC (Results 1 - 25 of 185) sorted by relevance

12345678

/external/llvm/lib/Analysis/
H A DInstCount.cpp26 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");
/external/llvm/lib/CodeGen/
H A DStackMapLivenessAnalysis.cpp36 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");
H A DLiveRegMatrix.cpp29 STATISTIC(NumAssigned , "Number of registers assigned");
30 STATISTIC(NumUnassigned , "Number of registers unassigned");
H A DOptimizePHIs.cpp27 STATISTIC(NumPHICycles, "Number of PHI cycles replaced");
28 STATISTIC(NumDeadPHICycles, "Number of dead PHI cycles");
/external/llvm/lib/Transforms/Hello/
H A DHello.cpp23 STATISTIC(HelloCounter, "Counts number of functions greeted");
/external/llvm/lib/Support/
H A DDataStream.cpp45 STATISTIC(NumStreamFetches, "Number of calls to Data stream fetch");
/external/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp20 STATISTIC(NumDMBsRemoved, "Number of DMBs removed");
/external/llvm/lib/Transforms/IPO/
H A DStripDeadPrototypes.cpp25 STATISTIC(NumDeadPrototypes, "Number of dead prototypes removed");
H A DInternalize.cpp39 STATISTIC(NumAliases , "Number of aliases internalized");
40 STATISTIC(NumFunctions, "Number of functions internalized");
41 STATISTIC(NumGlobals , "Number of global vars internalized");
H A DGlobalDCE.cpp30 STATISTIC(NumAliases , "Number of global aliases removed");
31 STATISTIC(NumFunctions, "Number of functions removed");
32 STATISTIC(NumVariables, "Number of global variables removed");
/external/llvm/lib/Transforms/Scalar/
H A DDCE.cpp30 STATISTIC(DIEEliminated, "Number of insts removed by DIE pass");
31 STATISTIC(DCEEliminated, "Number of insts removed");
H A DReg2Mem.cpp34 STATISTIC(NumRegsDemoted, "Number of registers demoted");
35 STATISTIC(NumPhisDemoted, "Number of phi-nodes demoted");
H A DConstantProp.cpp35 STATISTIC(NumInstKilled, "Number of instructions killed");
H A DCorrelatedValuePropagation.cpp30 STATISTIC(NumPhis, "Number of phis propagated");
31 STATISTIC(NumSelects, "Number of selects propagated");
32 STATISTIC(NumMemAccess, "Number of memory access targets propagated");
33 STATISTIC(NumCmps, "Number of comparisons propagated");
34 STATISTIC(NumDeadCases, "Number of switch cases removed");
H A DADCE.cpp32 STATISTIC(NumRemoved, "Number of instructions removed");
/external/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp57 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)");
66 STATISTIC(NumMultNZCVUse
[all...]
H A DAArch64CollectLOH.cpp138 STATISTIC(NumADRPSimpleCandidate,
140 STATISTIC(NumADRPComplexCandidate2,
142 STATISTIC(NumADRPComplexCandidate3,
144 STATISTIC(NumADRPComplexCandidateOther,
146 STATISTIC(NumADDToSTRWithImm,
148 STATISTIC(NumLDRToSTRWithImm,
150 STATISTIC(NumADDToSTR, "Number of simplifiable STR reachable by ADD");
151 STATISTIC(NumLDRToSTR, "Number of simplifiable STR reachable by LDR");
152 STATISTIC(NumADDToLDRWithImm,
154 STATISTIC(NumLDRToLDRWithIm
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp62 STATISTIC(NumFastIselFailures, "Number of instructions fast isel failed on");
63 STATISTIC(NumFastIselSuccess, "Number of instructions fast isel selected");
64 STATISTIC(NumFastIselBlocks, "Number of blocks selected entirely by fast isel");
65 STATISTIC(NumDAGBlocks, "Number of blocks selected using DAG");
66 STATISTIC(NumDAGIselRetries,"Number of times dag isel has to try another path");
67 STATISTIC(NumEntryBlocks, "Number of entry blocks encountered");
68 STATISTIC(NumFastIselFailLowerArguments,
78 STATISTIC(NumFastIselFailRet,"Fast isel fails on Ret");
79 STATISTIC(NumFastIselFailBr,"Fast isel fails on Br");
80 STATISTIC(NumFastIselFailSwitc
[all...]
H A DScheduleDAGVLIW.cpp39 STATISTIC(NumNoops , "Number of noops inserted");
40 STATISTIC(NumStalls, "Number of pipeline stalls");
/external/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp29 STATISTIC(NumBlocks,
31 STATISTIC(NumBlocksUnreachable,
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp29 STATISTIC(NumInvokes, "Number of invokes replaced");
H A DMem2Reg.cpp26 STATISTIC(NumPromoted, "Number of alloca's promoted");
H A DSimplifyInstructions.cpp33 STATISTIC(NumSimplified, "Number of redundant instructions removed");
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp61 STATISTIC(NumInstrumentedReads, "Number of instrumented reads");
62 STATISTIC(NumInstrumentedWrites, "Number of instrumented writes");
63 STATISTIC(NumOmittedReadsBeforeWrite,
65 STATISTIC(NumAccessesWithBadSize, "Number of accesses with bad size");
66 STATISTIC(NumInstrumentedVtableWrites, "Number of vtable ptr writes");
67 STATISTIC(NumInstrumentedVtableReads, "Number of vtable ptr reads");
68 STATISTIC(NumOmittedReadsFromConstantGlobals,
70 STATISTIC(NumOmittedReadsFromVtable, "Number of vtable reads");
/external/llvm/include/llvm/ADT/
H A DStatistic.h162 // STATISTIC - A macro to make definition of statistics really simple. This
164 #define STATISTIC(VARNAME, DESC) \ macro

Completed in 2957 milliseconds

12345678