Home
last modified time | relevance | path

Searched refs:STATISTIC (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp51 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 DLoopFuse.cpp73 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 DSCCP.cpp55 STATISTIC(NumInstRemoved, "Number of instructions removed");
56 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");
57 STATISTIC(NumInstReplaced,
H A DBDCE.cpp36 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 DZ3CrosscheckVisitor.cpp24 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 DStackMapLivenessAnalysis.cpp35 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 DMachineStableHash.cpp41 STATISTIC(StableHashBailingMachineBasicBlock,
44 STATISTIC(StableHashBailingConstantPoolIndex,
47 STATISTIC(StableHashBailingTargetIndexNoName,
50 STATISTIC(StableHashBailingGlobalAddress,
53 STATISTIC(StableHashBailingBlockAddress,
56 STATISTIC(StableHashBailingMetadataUnsupported,
H A DResetMachineFunctionPass.cpp30 STATISTIC(NumFunctionsReset, "Number of functions reset");
31 STATISTIC(NumFunctionsVisited, "Number of functions visited");
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstCount.cpp25 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 DDependenceGraphBuilder.cpp24 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 DAbstractCallSite.cpp24 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 DAArch64ConditionalCompares.cpp53 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 DAArch64CollectLOH.cpp117 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 DAArch64CompressJumpTables.cpp30 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 DInstCombineNegator.cpp58 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 DElimAvailExtern.cpp38 STATISTIC(NumRemovals, "Number of functions removed");
39 STATISTIC(NumConversions, "Number of functions converted");
40 STATISTIC(NumVariables, "Number of global variables removed");
H A DFunctionAttrs.cpp71 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 DGlobalDCE.cpp37 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 DSCCP.cpp39 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 DX86LoadValueInjectionRetHardening.cpp36 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 DPPCReduceCRLogicals.cpp34 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 DInjectTLIMappings.cpp29 STATISTIC(NumCallInjected,
32 STATISTIC(NumVFDeclAdded,
34 STATISTIC(NumCompUsedAdded,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp33 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 DCombiner.cpp31 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 DMemProfiler.cpp167 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 …]

12345678910>>...15