OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATISTIC
(Results
1 - 25
of
317
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstCount.cpp
14
#include "llvm/ADT/
Statistic
.h"
27
STATISTIC
(TotalInsts, "Number of instructions (of all types)");
28
STATISTIC
(TotalBlocks, "Number of basic blocks");
29
STATISTIC
(TotalFuncs, "Number of non-external functions");
32
STATISTIC
(Num##OPCODE##Inst, "Number of " #OPCODE " insts");
CaptureTracking.cpp
21
#include "llvm/ADT/
Statistic
.h"
35
STATISTIC
(NumCaptured, "Number of pointers maybe captured");
36
STATISTIC
(NumNotCaptured, "Number of pointers not captured");
37
STATISTIC
(NumCapturedBefore, "Number of pointers maybe captured before");
38
STATISTIC
(NumNotCapturedBefore, "Number of pointers not captured before");
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp
15
#include "llvm/ADT/
Statistic
.h"
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");
MachineStableHash.cpp
16
#include "llvm/ADT/
Statistic
.h"
43
STATISTIC
(StableHashBailingMachineBasicBlock,
46
STATISTIC
(StableHashBailingConstantPoolIndex,
49
STATISTIC
(StableHashBailingTargetIndexNoName,
52
STATISTIC
(StableHashBailingGlobalAddress,
55
STATISTIC
(StableHashBailingBlockAddress,
58
STATISTIC
(StableHashBailingMetadataUnsupported,
EHContGuardCatchret.cpp
17
#include "llvm/ADT/
Statistic
.h"
30
STATISTIC
(EHContGuardCatchretTargets,
ResetMachineFunctionPass.cpp
16
#include "llvm/ADT/
Statistic
.h"
29
STATISTIC
(NumFunctionsReset, "Number of functions reset");
30
STATISTIC
(NumFunctionsVisited, "Number of functions visited");
PostRAHazardRecognizer.cpp
29
#include "llvm/ADT/
Statistic
.h"
43
STATISTIC
(NumNoops, "Number of noops inserted");
ReplaceWithVeclib.cpp
17
#include "llvm/ADT/
Statistic
.h"
33
STATISTIC
(NumCallsReplaced,
36
STATISTIC
(NumTLIFuncDeclAdded,
39
STATISTIC
(NumFuncUsedAdded,
MachineRegionInfo.cpp
10
#include "llvm/ADT/
Statistic
.h"
23
STATISTIC
(numMachineRegions, "The # of machine regions");
24
STATISTIC
(numMachineSimpleRegions, "The # of simple machine regions");
CFGuardLongjmp.cpp
17
#include "llvm/ADT/
Statistic
.h"
30
STATISTIC
(CFGuardLongjmpTargets,
/src/external/apache2/llvm/dist/llvm/lib/IR/
AbstractCallSite.cpp
18
#include "llvm/ADT/
Statistic
.h"
25
STATISTIC
(NumCallbackCallSites, "Number of callback call sites created");
26
STATISTIC
(NumDirectAbstractCallSites,
28
STATISTIC
(NumInvalidAbstractCallSitesUnknownUse,
30
STATISTIC
(NumInvalidAbstractCallSitesUnknownCallee,
32
STATISTIC
(NumInvalidAbstractCallSitesNoCallback,
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LoadValueInjectionRetHardening.cpp
23
#include "llvm/ADT/
Statistic
.h"
37
STATISTIC
(NumFences, "Number of LFENCEs inserted for LVI mitigation");
38
STATISTIC
(NumFunctionsConsidered, "Number of functions analyzed");
39
STATISTIC
(NumFunctionsMitigated, "Number of functions for which mitigations "
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Hello/
Hello.cpp
14
#include "llvm/ADT/
Statistic
.h"
22
STATISTIC
(HelloCounter, "Counts number of functions greeted");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
ElimAvailExtern.cpp
15
#include "llvm/ADT/
Statistic
.h"
30
STATISTIC
(NumFunctions, "Number of functions removed");
31
STATISTIC
(NumVariables, "Number of global variables removed");
StripDeadPrototypes.cpp
17
#include "llvm/ADT/
Statistic
.h"
27
STATISTIC
(NumDeadPrototypes, "Number of dead prototypes removed");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
17
#include "llvm/ADT/
Statistic
.h"
54
STATISTIC
(NumPhis, "Number of phis propagated");
55
STATISTIC
(NumPhiCommon, "Number of phis deleted via common incoming value");
56
STATISTIC
(NumSelects, "Number of selects propagated");
57
STATISTIC
(NumMemAccess, "Number of memory access targets propagated");
58
STATISTIC
(NumCmps, "Number of comparisons propagated");
59
STATISTIC
(NumReturns, "Number of return values propagated");
60
STATISTIC
(NumDeadCases, "Number of switch cases removed");
61
STATISTIC
(NumSDivSRemsNarrowed,
63
STATISTIC
(NumSDivs, "Number of sdiv converted to udiv")
[
all
...]
BDCE.cpp
20
#include "llvm/ADT/
Statistic
.h"
36
STATISTIC
(NumRemoved, "Number of instructions removed (unused)");
37
STATISTIC
(NumSimplified, "Number of instructions trivialized (dead bits)");
38
STATISTIC
(NumSExt2ZExt,
Reg2Mem.cpp
19
#include "llvm/ADT/
Statistic
.h"
41
STATISTIC
(NumRegsDemoted, "Number of registers demoted");
42
STATISTIC
(NumPhisDemoted, "Number of phi-nodes demoted");
DivRemPairs.cpp
17
#include "llvm/ADT/
Statistic
.h"
34
STATISTIC
(NumPairs, "Number of div/rem pairs");
35
STATISTIC
(NumRecomposed, "Number of instructions recomposed");
36
STATISTIC
(NumHoisted, "Number of instructions hoisted");
37
STATISTIC
(NumDecomposed, "Number of instructions decomposed");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineNegator.cpp
22
#include "llvm/ADT/
Statistic
.h"
64
STATISTIC
(NegatorTotalNegationsAttempted,
66
STATISTIC
(NegatorNumTreesNegated,
68
STATISTIC
(NegatorMaxDepthVisited, "Negator: Maximal traversal depth ever "
70
STATISTIC
(NegatorTimesDepthLimitReached,
73
STATISTIC
(
76
STATISTIC
(NegatorNumNegationsFoundInCache,
78
STATISTIC
(NegatorMaxTotalValuesVisited,
81
STATISTIC
(NegatorNumInstructionsCreatedTotal,
83
STATISTIC
(NegatorMaxInstructionsCreated
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp
23
#include "llvm/ADT/
Statistic
.h"
55
STATISTIC
(NumConsidered, "Number of ccmps considered");
56
STATISTIC
(NumPhiRejs, "Number of ccmps rejected (PHI)");
57
STATISTIC
(NumPhysRejs, "Number of ccmps rejected (Physregs)");
58
STATISTIC
(NumPhi2Rejs, "Number of ccmps rejected (PHI2)");
59
STATISTIC
(NumHeadBranchRejs, "Number of ccmps rejected (Head branch)");
60
STATISTIC
(NumCmpBranchRejs, "Number of ccmps rejected (CmpBB branch)");
61
STATISTIC
(NumCmpTermRejs, "Number of ccmps rejected (CmpBB is cbz...)");
62
STATISTIC
(NumImmRangeRejs, "Number of ccmps rejected (Imm out of range)");
63
STATISTIC
(NumLiveDstRejs, "Number of ccmps rejected (Cmp dest live)")
[
all
...]
AArch64CompressJumpTables.cpp
17
#include "llvm/ADT/
Statistic
.h"
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");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InjectTLIMappings.cpp
15
#include "llvm/ADT/
Statistic
.h"
30
STATISTIC
(NumCallInjected,
33
STATISTIC
(NumVFDeclAdded,
35
STATISTIC
(NumCompUsedAdded,
LowerInvoke.cpp
18
#include "llvm/ADT/
Statistic
.h"
29
STATISTIC
(NumInvokes, "Number of invokes replaced");
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp
13
#include "llvm/ADT/
Statistic
.h"
19
STATISTIC
(NumDMBsRemoved, "Number of DMBs removed");
Completed in 34 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Wed Jun 17 00:25:26 UTC 2026