Home
last modified time | relevance | path

Searched refs:NumRemoved (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp36 STATISTIC(NumRemoved, "Number of instructions removed (unused)");
161 ++NumRemoved; in bitTrackingDCE()
H A DADCE.cpp61 STATISTIC(NumRemoved, "Number of instructions removed");
562 ++NumRemoved; in removeDeadInstructions()
H A DGVNSink.cpp84 STATISTIC(NumRemoved, "Number of instructions removed");
885 NumRemoved += Insts.size() - 1; in sinkLastInstruction()
H A DGVNHoist.cpp86 STATISTIC(NumRemoved, "Number of instructions removed");
1170 NumRemoved += NR; in hoist()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp32 STATISTIC(NumRemoved, "Number of ISEL instructions removed");
219 NumRemoved++; in expandAndMergeISELs()
291 NumRemoved++; in handleSpecialCases()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp36 STATISTIC(NumRemoved, "Number of invokes removed");
193 ++NumRemoved; in SimplifyFunction()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp253 uint64_t NumRemoved = 0; in runOnFunction() local
270 ++NumRemoved; in runOnFunction()
299 ++NumRemoved; in runOnFunction()
303 if (NumRemoved) in runOnFunction()
318 NumBlocksRemoved += NumRemoved; in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp90 STATISTIC(NumRemoved, "Number of unreachable basic blocks removed");
2513 NumRemoved += BlocksToRemove.size(); in removeUnreachableBlocks()