/external/llvm/lib/Analysis/ |
D | InstCount.cpp | 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");
|
D | RegionInfo.cpp | 38 STATISTIC(numRegions, "The # of regions"); 39 STATISTIC(numSimpleRegions, "The # of simple regions");
|
D | DependenceAnalysis.cpp | 77 STATISTIC(TotalArrayPairs, "Array pairs tested"); 78 STATISTIC(SeparableSubscriptPairs, "Separable subscript pairs"); 79 STATISTIC(CoupledSubscriptPairs, "Coupled subscript pairs"); 80 STATISTIC(NonlinearSubscriptPairs, "Nonlinear subscript pairs"); 81 STATISTIC(ZIVapplications, "ZIV applications"); 82 STATISTIC(ZIVindependence, "ZIV independence"); 83 STATISTIC(StrongSIVapplications, "Strong SIV applications"); 84 STATISTIC(StrongSIVsuccesses, "Strong SIV successes"); 85 STATISTIC(StrongSIVindependence, "Strong SIV independence"); 86 STATISTIC(WeakCrossingSIVapplications, "Weak-Crossing SIV applications"); [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 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"); 84 STATISTIC(NumFastIselFailSwitch,"Fast isel fails on Switch"); [all …]
|
/external/llvm/lib/CodeGen/ |
D | StackMapLivenessAnalysis.cpp | 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");
|
D | MachineRegionInfo.cpp | 11 STATISTIC(numMachineRegions, "The # of machine regions"); 12 STATISTIC(numMachineSimpleRegions, "The # of simple machine regions");
|
D | InlineSpiller.cpp | 42 STATISTIC(NumSpilledRanges, "Number of spilled live ranges"); 43 STATISTIC(NumSnippets, "Number of spilled snippets"); 44 STATISTIC(NumSpills, "Number of spills inserted"); 45 STATISTIC(NumSpillsRemoved, "Number of spills removed"); 46 STATISTIC(NumReloads, "Number of reloads inserted"); 47 STATISTIC(NumReloadsRemoved, "Number of reloads removed"); 48 STATISTIC(NumFolded, "Number of folded stack accesses"); 49 STATISTIC(NumFoldedLoads, "Number of folded loads"); 50 STATISTIC(NumRemats, "Number of rematerialized defs for spilling"); 51 STATISTIC(NumOmitReloadSpill, "Number of omitted spills of reloads"); [all …]
|
D | OptimizePHIs.cpp | 28 STATISTIC(NumPHICycles, "Number of PHI cycles replaced"); 29 STATISTIC(NumDeadPHICycles, "Number of dead PHI cycles");
|
D | MachineCSE.cpp | 34 STATISTIC(NumCoalesces, "Number of copies coalesced"); 35 STATISTIC(NumCSEs, "Number of common subexpression eliminated"); 36 STATISTIC(NumPhysCSEs, 38 STATISTIC(NumCrossBBCSEs, 40 STATISTIC(NumCommutes, "Number of copies coalesced after commuting");
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64CollectLOH.cpp | 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, 155 STATISTIC(NumLDRToLDRWithImm, [all …]
|
D | AArch64ConditionalCompares.cpp | 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)"); 66 STATISTIC(NumMultNZCVUses, "Number of ccmps rejected (NZCV used)"); [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 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");
|
D | BDCE.cpp | 34 STATISTIC(NumRemoved, "Number of instructions removed (unused)"); 35 STATISTIC(NumSimplified, "Number of instructions trivialized (dead bits)");
|
D | DCE.cpp | 31 STATISTIC(DIEEliminated, "Number of insts removed by DIE pass"); 32 STATISTIC(DCEEliminated, "Number of insts removed");
|
D | Reg2Mem.cpp | 34 STATISTIC(NumRegsDemoted, "Number of registers demoted"); 35 STATISTIC(NumPhisDemoted, "Number of phi-nodes demoted");
|
/external/llvm/lib/Transforms/IPO/ |
D | ElimAvailExtern.cpp | 26 STATISTIC(NumFunctions, "Number of functions removed"); 27 STATISTIC(NumVariables, "Number of global variables removed");
|
D | Internalize.cpp | 39 STATISTIC(NumAliases , "Number of aliases internalized"); 40 STATISTIC(NumFunctions, "Number of functions internalized"); 41 STATISTIC(NumGlobals , "Number of global vars internalized");
|
D | GlobalDCE.cpp | 32 STATISTIC(NumAliases , "Number of global aliases removed"); 33 STATISTIC(NumFunctions, "Number of functions removed"); 34 STATISTIC(NumVariables, "Number of global variables removed");
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 63 STATISTIC(NumInstrumentedReads, "Number of instrumented reads"); 64 STATISTIC(NumInstrumentedWrites, "Number of instrumented writes"); 65 STATISTIC(NumOmittedReadsBeforeWrite, 67 STATISTIC(NumAccessesWithBadSize, "Number of accesses with bad size"); 68 STATISTIC(NumInstrumentedVtableWrites, "Number of vtable ptr writes"); 69 STATISTIC(NumInstrumentedVtableReads, "Number of vtable ptr reads"); 70 STATISTIC(NumOmittedReadsFromConstantGlobals, 72 STATISTIC(NumOmittedReadsFromVtable, "Number of vtable reads"); 73 STATISTIC(NumOmittedNonCaptured, "Number of accesses ignored due to capturing");
|
D | PGOInstrumentation.cpp | 77 STATISTIC(NumOfPGOInstrument, "Number of edges instrumented."); 78 STATISTIC(NumOfPGOEdge, "Number of edges."); 79 STATISTIC(NumOfPGOBB, "Number of basic-blocks."); 80 STATISTIC(NumOfPGOSplit, "Number of critical edge splits."); 81 STATISTIC(NumOfPGOFunc, "Number of functions having valid profile counts."); 82 STATISTIC(NumOfPGOMismatch, "Number of functions having mismatch profile."); 83 STATISTIC(NumOfPGOMissing, "Number of functions without profile.");
|
D | SafeStack.cpp | 63 STATISTIC(NumFunctions, "Total number of functions"); 64 STATISTIC(NumUnsafeStackFunctions, "Number of functions with unsafe stack"); 65 STATISTIC(NumUnsafeStackRestorePointsFunctions, 68 STATISTIC(NumAllocas, "Total number of allocas"); 69 STATISTIC(NumUnsafeStaticAllocas, "Number of unsafe static allocas"); 70 STATISTIC(NumUnsafeDynamicAllocas, "Number of unsafe dynamic allocas"); 71 STATISTIC(NumUnsafeByValArguments, "Number of unsafe byval arguments"); 72 STATISTIC(NumUnsafeStackRestorePoints, "Number of setjmps and landingpads");
|
D | BoundsChecking.cpp | 35 STATISTIC(ChecksAdded, "Bounds checks added"); 36 STATISTIC(ChecksSkipped, "Bounds checks skipped"); 37 STATISTIC(ChecksUnable, "Bounds checks unable to add");
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 39 STATISTIC(EmittedFragments, "Number of emitted assembler fragments - total"); 40 STATISTIC(EmittedRelaxableFragments, 42 STATISTIC(EmittedDataFragments, 44 STATISTIC(EmittedCompactEncodedInstFragments, 46 STATISTIC(EmittedAlignFragments, 48 STATISTIC(EmittedFillFragments, 50 STATISTIC(EmittedOrgFragments, 52 STATISTIC(evaluateFixup, "Number of evaluated fixups"); 53 STATISTIC(FragmentLayouts, "Number of fragment layouts"); 54 STATISTIC(ObjectBytes, "Number of emitted object file bytes"); [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 52 STATISTIC(NumBoolRetPromotion, 54 STATISTIC(NumBoolCallPromotion, 56 STATISTIC(NumBoolToIntPromotion,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 29 STATISTIC(NumBlocks, 31 STATISTIC(NumBlocksUnreachable,
|