/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | CorrelatedValuePropagation.cpp | 51 STATISTIC(NumPhis, "Number of phis propagated"); 52 STATISTIC(NumPhiCommon, "Number of phis deleted via common incoming value"); 53 STATISTIC(NumSelects, "Number of selects propagated"); 54 STATISTIC(NumCmps, "Number of comparisons propagated"); 55 STATISTIC(NumReturns, "Number of return values propagated"); 56 STATISTIC(NumDeadCases, "Number of switch cases removed"); 57 STATISTIC(NumSDivSRemsNarrowed, 59 STATISTIC(NumSDivs, "Number of sdiv converted to udiv"); 60 STATISTIC(NumUDivURemsNarrowed, 62 STATISTIC(NumAShrsConverted, "Number of ashr converted to lshr"); [all …]
|
H A D | LoopFuse.cpp | 73 STATISTIC(FuseCounter, "Loops fused"); 74 STATISTIC(NumFusionCandidates, "Number of candidates for loop fusion"); 75 STATISTIC(InvalidPreheader, "Loop has invalid preheader"); 76 STATISTIC(InvalidHeader, "Loop has invalid header"); 77 STATISTIC(InvalidExitingBlock, "Loop has invalid exiting blocks"); 78 STATISTIC(InvalidExitBlock, "Loop has invalid exit block"); 79 STATISTIC(InvalidLatch, "Loop has invalid latch"); 80 STATISTIC(InvalidLoop, "Loop is invalid"); 81 STATISTIC(AddressTakenBB, "Basic block has address taken"); 82 STATISTIC(MayThrowException, "Loop may throw an exception"); [all …]
|
H A D | SCCP.cpp | 55 STATISTIC(NumInstRemoved, "Number of instructions removed"); 56 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable"); 57 STATISTIC(NumInstReplaced,
|
H A D | BDCE.cpp | 36 STATISTIC(NumRemoved, "Number of instructions removed (unused)"); 37 STATISTIC(NumSimplified, "Number of instructions trivialized (dead bits)"); 38 STATISTIC(NumSExt2ZExt,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Z3CrosscheckVisitor.cpp | 24 STATISTIC(NumZ3QueriesDone, "Number of Z3 queries done"); 25 STATISTIC(NumTimesZ3TimedOut, "Number of times Z3 query timed out"); 26 STATISTIC(NumTimesZ3ExhaustedRLimit, 28 STATISTIC(NumTimesZ3SpendsTooMuchTimeOnASingleEQClass, 32 STATISTIC(NumTimesZ3QueryAcceptsReport, 34 STATISTIC(NumTimesZ3QueryRejectReport, 36 STATISTIC(NumTimesZ3QueryRejectEQClass,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackMapLivenessAnalysis.cpp | 35 STATISTIC(NumStackMapFuncVisited, "Number of functions visited"); 36 STATISTIC(NumStackMapFuncSkipped, "Number of functions skipped"); 37 STATISTIC(NumBBsVisited, "Number of basic blocks visited"); 38 STATISTIC(NumBBsHaveNoStackmap, "Number of basic blocks with no stackmap"); 39 STATISTIC(NumStackMaps, "Number of StackMaps visited");
|
H A D | MachineStableHash.cpp | 41 STATISTIC(StableHashBailingMachineBasicBlock, 44 STATISTIC(StableHashBailingConstantPoolIndex, 47 STATISTIC(StableHashBailingTargetIndexNoName, 50 STATISTIC(StableHashBailingGlobalAddress, 53 STATISTIC(StableHashBailingBlockAddress, 56 STATISTIC(StableHashBailingMetadataUnsupported,
|
H A D | ResetMachineFunctionPass.cpp | 30 STATISTIC(NumFunctionsReset, "Number of functions reset"); 31 STATISTIC(NumFunctionsVisited, "Number of functions visited");
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InstCount.cpp | 25 STATISTIC(TotalInsts, "Number of instructions (of all types)"); 26 STATISTIC(TotalBlocks, "Number of basic blocks"); 27 STATISTIC(TotalFuncs, "Number of non-external functions"); 30 STATISTIC(Num##OPCODE##Inst, "Number of " #OPCODE " insts");
|
H A D | DependenceGraphBuilder.cpp | 24 STATISTIC(TotalGraphs, "Number of dependence graphs created."); 25 STATISTIC(TotalDefUseEdges, "Number of def-use edges created."); 26 STATISTIC(TotalMemoryEdges, "Number of memory dependence edges created."); 27 STATISTIC(TotalFineGrainedNodes, "Number of fine-grained nodes created."); 28 STATISTIC(TotalPiBlockNodes, "Number of pi-block nodes created."); 29 STATISTIC(TotalConfusedEdges, 31 STATISTIC(TotalEdgeReversals,
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AbstractCallSite.cpp | 24 STATISTIC(NumCallbackCallSites, "Number of callback call sites created"); 25 STATISTIC(NumDirectAbstractCallSites, 27 STATISTIC(NumInvalidAbstractCallSitesUnknownUse, 29 STATISTIC(NumInvalidAbstractCallSitesUnknownCallee, 31 STATISTIC(NumInvalidAbstractCallSitesNoCallback,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ConditionalCompares.cpp | 53 STATISTIC(NumConsidered, "Number of ccmps considered"); 54 STATISTIC(NumPhiRejs, "Number of ccmps rejected (PHI)"); 55 STATISTIC(NumPhysRejs, "Number of ccmps rejected (Physregs)"); 56 STATISTIC(NumPhi2Rejs, "Number of ccmps rejected (PHI2)"); 57 STATISTIC(NumHeadBranchRejs, "Number of ccmps rejected (Head branch)"); 58 STATISTIC(NumCmpBranchRejs, "Number of ccmps rejected (CmpBB branch)"); 59 STATISTIC(NumCmpTermRejs, "Number of ccmps rejected (CmpBB is cbz...)"); 60 STATISTIC(NumImmRangeRejs, "Number of ccmps rejected (Imm out of range)"); 61 STATISTIC(NumLiveDstRejs, "Number of ccmps rejected (Cmp dest live)"); 62 STATISTIC(NumMultNZCVUses, "Number of ccmps rejected (NZCV used)"); [all …]
|
H A D | AArch64CollectLOH.cpp | 117 STATISTIC(NumADRPSimpleCandidate, 119 STATISTIC(NumADDToSTR, "Number of simplifiable STR reachable by ADD"); 120 STATISTIC(NumLDRToSTR, "Number of simplifiable STR reachable by LDR"); 121 STATISTIC(NumADDToLDR, "Number of simplifiable LDR reachable by ADD"); 122 STATISTIC(NumLDRToLDR, "Number of simplifiable LDR reachable by LDR"); 123 STATISTIC(NumADRPToLDR, "Number of simplifiable LDR reachable by ADRP"); 124 STATISTIC(NumADRSimpleCandidate, "Number of simplifiable ADRP + ADD");
|
H A D | AArch64CompressJumpTables.cpp | 30 STATISTIC(NumJT8, "Number of jump-tables with 1-byte entries"); 31 STATISTIC(NumJT16, "Number of jump-tables with 2-byte entries"); 32 STATISTIC(NumJT32, "Number of jump-tables with 4-byte entries");
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineNegator.cpp | 58 STATISTIC(NegatorTotalNegationsAttempted, 60 STATISTIC(NegatorNumTreesNegated, 62 STATISTIC(NegatorMaxDepthVisited, "Negator: Maximal traversal depth ever " 64 STATISTIC(NegatorTimesDepthLimitReached, 67 STATISTIC( 70 STATISTIC(NegatorNumNegationsFoundInCache, 72 STATISTIC(NegatorMaxTotalValuesVisited, 75 STATISTIC(NegatorNumInstructionsCreatedTotal, 77 STATISTIC(NegatorMaxInstructionsCreated, 80 STATISTIC(NegatorNumInstructionsNegatedSuccess,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ElimAvailExtern.cpp | 38 STATISTIC(NumRemovals, "Number of functions removed"); 39 STATISTIC(NumConversions, "Number of functions converted"); 40 STATISTIC(NumVariables, "Number of global variables removed");
|
H A D | FunctionAttrs.cpp | 71 STATISTIC(NumMemoryAttr, "Number of functions with improved memory attribute"); 72 STATISTIC(NumNoCapture, "Number of arguments marked nocapture"); 73 STATISTIC(NumReturned, "Number of arguments marked returned"); 74 STATISTIC(NumReadNoneArg, "Number of arguments marked readnone"); 75 STATISTIC(NumReadOnlyArg, "Number of arguments marked readonly"); 76 STATISTIC(NumWriteOnlyArg, "Number of arguments marked writeonly"); 77 STATISTIC(NumNoAlias, "Number of function returns marked noalias"); 78 STATISTIC(NumNonNullReturn, "Number of function returns marked nonnull"); 79 STATISTIC(NumNoUndefReturn, "Number of function returns marked noundef"); 80 STATISTIC(NumNoRecurse, "Number of functions marked as norecurse"); [all …]
|
H A D | GlobalDCE.cpp | 37 STATISTIC(NumAliases , "Number of global aliases removed"); 38 STATISTIC(NumFunctions, "Number of functions removed"); 39 STATISTIC(NumIFuncs, "Number of indirect functions removed"); 40 STATISTIC(NumVariables, "Number of global variables removed"); 41 STATISTIC(NumVFuncs, "Number of virtual functions removed");
|
H A D | SCCP.cpp | 39 STATISTIC(NumInstRemoved, "Number of instructions removed"); 40 STATISTIC(NumArgsElimed ,"Number of arguments constant propagated"); 41 STATISTIC(NumGlobalConst, "Number of globals found to be constant"); 42 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable"); 43 STATISTIC(NumInstReplaced,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionRetHardening.cpp | 36 STATISTIC(NumFences, "Number of LFENCEs inserted for LVI mitigation"); 37 STATISTIC(NumFunctionsConsidered, "Number of functions analyzed"); 38 STATISTIC(NumFunctionsMitigated, "Number of functions for which mitigations "
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 34 STATISTIC(NumContainedSingleUseBinOps, 36 STATISTIC(NumToSplitBlocks, 38 STATISTIC(TotalCRLogicals, "Number of CR logical ops."); 39 STATISTIC(TotalNullaryCRLogicals, 41 STATISTIC(TotalUnaryCRLogicals, "Number of unary CR logical ops."); 42 STATISTIC(TotalBinaryCRLogicals, "Number of CR logical ops."); 43 STATISTIC(NumBlocksSplitOnBinaryCROp, 45 STATISTIC(NumNotSplitIdenticalOperands, 47 STATISTIC(NumNotSplitChainCopies, 49 STATISTIC(NumNotSplitWrongOpcode,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InjectTLIMappings.cpp | 29 STATISTIC(NumCallInjected, 32 STATISTIC(NumVFDeclAdded, 34 STATISTIC(NumCompUsedAdded,
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 33 STATISTIC(NumHeaderAPINotes, "non-framework API notes files loaded"); 34 STATISTIC(NumPublicFrameworkAPINotes, "framework public API notes loaded"); 35 STATISTIC(NumPrivateFrameworkAPINotes, "framework private API notes loaded"); 36 STATISTIC(NumFrameworksSearched, "frameworks searched"); 37 STATISTIC(NumDirectoriesSearched, "header directories searched"); 38 STATISTIC(NumDirectoryCacheHits, "directory cache hits");
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Combiner.cpp | 31 STATISTIC(NumOneIteration, "Number of functions with one iteration"); 32 STATISTIC(NumTwoIterations, "Number of functions with two iterations"); 33 STATISTIC(NumThreeOrMoreIterations,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemProfiler.cpp | 167 STATISTIC(NumInstrumentedReads, "Number of instrumented reads"); 168 STATISTIC(NumInstrumentedWrites, "Number of instrumented writes"); 169 STATISTIC(NumSkippedStackReads, "Number of non-instrumented stack reads"); 170 STATISTIC(NumSkippedStackWrites, "Number of non-instrumented stack writes"); 173 STATISTIC(NumOfMemProfMissing, "Number of functions without memory profile."); 174 STATISTIC(NumOfMemProfMismatch, 176 STATISTIC(NumOfMemProfFunc, "Number of functions having valid memory profile."); 177 STATISTIC(NumOfMemProfAllocContextProfiles, 179 STATISTIC(NumOfMemProfCallSiteProfiles, 181 STATISTIC(NumOfMemProfMatchedAllocContexts, [all …]
|