Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCEmptyBasicBlocks.cpp49 int NumRemoved = 0; in runOnMachineFunction() local
86 ++NumRemoved; in runOnMachineFunction()
88 NumEmptyBlocksRemoved += NumRemoved; in runOnMachineFunction()
89 return NumRemoved != 0; in runOnMachineFunction()
H A DMachineLateInstrsCleanup.cpp36 STATISTIC(NumRemoved, "Number of redundant instructions removed.");
149 ++NumRemoved; in removeRedundantDef()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp36 STATISTIC(NumRemoved, "Number of instructions removed (unused)");
195 ++NumRemoved; in bitTrackingDCE()
H A DADCE.cpp60 STATISTIC(NumRemoved, "Number of instructions removed");
591 ++NumRemoved; in removeDeadInstructions()
H A DGVNSink.cpp79 STATISTIC(NumRemoved, "Number of instructions removed");
935 NumRemoved += Insts.size() - 1; in sinkLastInstruction()
H A DGVNHoist.cpp83 STATISTIC(NumRemoved, "Number of instructions removed");
1135 NumRemoved += NR; in hoist()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp32 STATISTIC(NumRemoved, "Number of ISEL instructions removed");
219 NumRemoved++; in expandAndMergeISELs()
291 NumRemoved++; in handleSpecialCases()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp95 STATISTIC(NumRemoved, "Number of unreachable basic blocks removed");
3235 NumRemoved += BlocksToRemove.size(); in removeUnreachableBlocks()