Searched refs:NumRemoved (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | GCEmptyBasicBlocks.cpp | 48 int NumRemoved = 0; in runOnMachineFunction() local 85 ++NumRemoved; in runOnMachineFunction() 87 NumEmptyBlocksRemoved += NumRemoved; in runOnMachineFunction() 88 return NumRemoved != 0; in runOnMachineFunction()
|
| H A D | MachineLateInstrsCleanup.cpp | 36 STATISTIC(NumRemoved, "Number of redundant instructions removed."); 171 ++NumRemoved; in removeRedundantDef()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | BDCE.cpp | 36 STATISTIC(NumRemoved, "Number of instructions removed (unused)"); 195 ++NumRemoved; in bitTrackingDCE()
|
| H A D | ADCE.cpp | 60 STATISTIC(NumRemoved, "Number of instructions removed"); 576 ++NumRemoved; in removeDeadInstructions()
|
| H A D | GVNSink.cpp | 79 STATISTIC(NumRemoved, "Number of instructions removed"); 851 NumRemoved += Insts.size() - 1; in sinkLastInstruction()
|
| H A D | GVNHoist.cpp | 82 STATISTIC(NumRemoved, "Number of instructions removed"); 1133 NumRemoved += NR; in hoist()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 93 STATISTIC(NumRemoved, "Number of unreachable basic blocks removed"); 3276 NumRemoved += BlocksToRemove.size(); in removeUnreachableBlocks()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 28346 {"_ZL10NumRemoved", "NumRemoved"}, 29070 {"_ZL10NumRemoved", "NumRemoved"}, 29095 {"_ZL10NumRemoved", "NumRemoved"},
|