Searched refs:STATISTIC (Results 1 – 25 of 148) sorted by relevance
123456
/external/llvm/lib/Analysis/ |
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"); 28 STATISTIC(TotalMemInst, "Number of memory instructions"); 31 STATISTIC(Num ## OPCODE ## Inst, "Number of " #OPCODE " insts");
|
D | LoopDependenceAnalysis.cpp | 41 STATISTIC(NumAnswered, "Number of dependence queries answered"); 42 STATISTIC(NumAnalysed, "Number of distinct dependence pairs analysed"); 43 STATISTIC(NumDependent, "Number of pairs with dependent accesses"); 44 STATISTIC(NumIndependent, "Number of pairs with independent accesses"); 45 STATISTIC(NumUnknown, "Number of pairs with unknown accesses");
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 59 STATISTIC(NumFastIselFailures, "Number of instructions fast isel failed on"); 60 STATISTIC(NumFastIselSuccess, "Number of instructions fast isel selected"); 61 STATISTIC(NumFastIselBlocks, "Number of blocks selected entirely by fast isel"); 62 STATISTIC(NumDAGBlocks, "Number of blocks selected using DAG"); 63 STATISTIC(NumDAGIselRetries,"Number of times dag isel has to try another path"); 71 STATISTIC(NumFastIselFailRet,"Fast isel fails on Ret"); 72 STATISTIC(NumFastIselFailBr,"Fast isel fails on Br"); 73 STATISTIC(NumFastIselFailSwitch,"Fast isel fails on Switch"); 74 STATISTIC(NumFastIselFailIndirectBr,"Fast isel fails on IndirectBr"); 75 STATISTIC(NumFastIselFailInvoke,"Fast isel fails on Invoke"); [all …]
|
D | ScheduleDAGVLIW.cpp | 38 STATISTIC(NumNoops , "Number of noops inserted"); 39 STATISTIC(NumStalls, "Number of pipeline stalls");
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 27 STATISTIC(NumPhis, "Number of phis propagated"); 28 STATISTIC(NumSelects, "Number of selects propagated"); 29 STATISTIC(NumMemAccess, "Number of memory access targets propagated"); 30 STATISTIC(NumCmps, "Number of comparisons propagated"); 31 STATISTIC(NumDeadCases, "Number of switch cases removed");
|
D | DCE.cpp | 28 STATISTIC(DIEEliminated, "Number of insts removed by DIE pass"); 29 STATISTIC(DCEEliminated, "Number of insts removed");
|
D | EarlyCSE.cpp | 31 STATISTIC(NumSimplify, "Number of instructions simplified or DCE'd"); 32 STATISTIC(NumCSE, "Number of instructions CSE'd"); 33 STATISTIC(NumCSELoad, "Number of load instructions CSE'd"); 34 STATISTIC(NumCSECall, "Number of call instructions CSE'd"); 35 STATISTIC(NumDSE, "Number of trivial dead stores removed");
|
D | CodeGenPrepare.cpp | 50 STATISTIC(NumBlocksElim, "Number of blocks eliminated"); 51 STATISTIC(NumPHIsElim, "Number of trivial PHIs eliminated"); 52 STATISTIC(NumGEPsElim, "Number of GEPs converted to casts"); 53 STATISTIC(NumCmpUses, "Number of uses of Cmp expressions replaced with uses of " 55 STATISTIC(NumCastUses, "Number of uses of Cast expressions replaced with uses " 57 STATISTIC(NumMemoryInsts, "Number of memory instructions whose address " 59 STATISTIC(NumExtsMoved, "Number of [s|z]ext instructions combined with loads"); 60 STATISTIC(NumExtUses, "Number of uses of [s|z]ext instructions optimized"); 61 STATISTIC(NumRetsDup, "Number of return instructions duplicated"); 62 STATISTIC(NumDbgValueMoved, "Number of debug value instructions moved");
|
D | Reg2Mem.cpp | 33 STATISTIC(NumRegsDemoted, "Number of registers demoted"); 34 STATISTIC(NumPhisDemoted, "Number of phi-nodes demoted");
|
/external/llvm/lib/Transforms/IPO/ |
D | Internalize.cpp | 29 STATISTIC(NumAliases , "Number of aliases internalized"); 30 STATISTIC(NumFunctions, "Number of functions internalized"); 31 STATISTIC(NumGlobals , "Number of global vars internalized");
|
D | Inliner.cpp | 34 STATISTIC(NumInlined, "Number of functions inlined"); 35 STATISTIC(NumCallsDeleted, "Number of call sites deleted, not inlined"); 36 STATISTIC(NumDeleted, "Number of functions deleted because all callers found"); 37 STATISTIC(NumMergedAllocas, "Number of allocas merged together"); 42 STATISTIC(NumCallerCallersAnalyzed, "Number of caller-callers analyzed");
|
D | GlobalDCE.cpp | 27 STATISTIC(NumAliases , "Number of global aliases removed"); 28 STATISTIC(NumFunctions, "Number of functions removed"); 29 STATISTIC(NumVariables, "Number of global variables removed");
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | AnalyzerStatsChecker.cpp | 29 STATISTIC(NumBlocks, 31 STATISTIC(NumBlocksUnreachable,
|
/external/llvm/lib/CodeGen/ |
D | PeepholeOptimizer.cpp | 68 STATISTIC(NumReuse, "Number of extension results reused"); 69 STATISTIC(NumBitcasts, "Number of bitcasts eliminated"); 70 STATISTIC(NumCmps, "Number of compares eliminated"); 71 STATISTIC(NumImmFold, "Number of move immediate folded");
|
D | InlineSpiller.cpp | 38 STATISTIC(NumSpilledRanges, "Number of spilled live ranges"); 39 STATISTIC(NumSnippets, "Number of spilled snippets"); 40 STATISTIC(NumSpills, "Number of spills inserted"); 41 STATISTIC(NumSpillsRemoved, "Number of spills removed"); 42 STATISTIC(NumReloads, "Number of reloads inserted"); 43 STATISTIC(NumReloadsRemoved, "Number of reloads removed"); 44 STATISTIC(NumFolded, "Number of folded stack accesses"); 45 STATISTIC(NumFoldedLoads, "Number of folded loads"); 46 STATISTIC(NumRemats, "Number of rematerialized defs for spilling"); 47 STATISTIC(NumOmitReloadSpill, "Number of omitted spills of reloads"); [all …]
|
D | SlotIndexes.cpp | 25 STATISTIC(NumLocalRenum, "Number of local renumberings"); 26 STATISTIC(NumGlobalRenum, "Number of global renumberings");
|
D | MachineCSE.cpp | 31 STATISTIC(NumCoalesces, "Number of copies coalesced"); 32 STATISTIC(NumCSEs, "Number of common subexpression eliminated"); 33 STATISTIC(NumPhysCSEs, 35 STATISTIC(NumCrossBBCSEs, 37 STATISTIC(NumCommutes, "Number of copies coalesced after commuting");
|
D | LocalStackSlotAllocation.cpp | 41 STATISTIC(NumAllocations, "Number of frame indices allocated into local block"); 42 STATISTIC(NumBaseRegisters, "Number of virtual frame base registers allocated"); 43 STATISTIC(NumReplacements, "Number of frame indices references replaced");
|
D | RegAllocBase.cpp | 37 STATISTIC(NumAssigned , "Number of registers assigned"); 38 STATISTIC(NumUnassigned , "Number of registers unassigned"); 39 STATISTIC(NumNewQueued , "Number of new live ranges queued");
|
D | OptimizePHIs.cpp | 26 STATISTIC(NumPHICycles, "Number of PHI cycles replaced"); 27 STATISTIC(NumDeadPHICycles, "Number of dead PHI cycles");
|
D | CodePlacementOpt.cpp | 27 STATISTIC(NumLoopsAligned, "Number of loops aligned"); 28 STATISTIC(NumIntraElim, "Number of intra loop branches eliminated"); 29 STATISTIC(NumIntraMoved, "Number of intra loop branches moved");
|
D | LiveRangeEdit.cpp | 28 STATISTIC(NumDCEDeleted, "Number of instructions deleted by DCE"); 29 STATISTIC(NumDCEFoldedLoads, "Number of single use loads folded after DCE"); 30 STATISTIC(NumFracRanges, "Number of live ranges fractured by DCE");
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyIndVar.cpp | 34 STATISTIC(NumElimIdentity, "Number of IV identities eliminated"); 35 STATISTIC(NumElimOperand, "Number of IV operands folded into a use"); 36 STATISTIC(NumElimRem , "Number of IV remainder operations eliminated"); 37 STATISTIC(NumElimCmp , "Number of IV comparisons eliminated");
|
/external/llvm/lib/Analysis/IPA/ |
D | GlobalsModRef.cpp | 36 STATISTIC(NumNonAddrTakenGlobalVars, 38 STATISTIC(NumNonAddrTakenFunctions,"Number of functions without address taken"); 39 STATISTIC(NumNoMemFunctions, "Number of functions that do not access memory"); 40 STATISTIC(NumReadMemFunctions, "Number of functions that only read memory"); 41 STATISTIC(NumIndirectGlobalVars, "Number of indirect global objects");
|
/external/llvm/lib/Target/Sparc/ |
D | FPMover.cpp | 27 STATISTIC(NumFpDs , "Number of instructions translated"); 28 STATISTIC(NoopFpDs, "Number of noop instructions removed");
|
123456