[llvm] [LLVM] Successor count added to InstCount (PR #171670)

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 10:30:46 PST 2025


================
@@ -24,6 +24,7 @@ using namespace llvm;
 STATISTIC(TotalInsts, "Number of instructions (of all types)");
 STATISTIC(TotalBlocks, "Number of basic blocks");
 STATISTIC(TotalFuncs, "Number of non-external functions");
+STATISTIC(TotalBlockSucs, "Number of basic block successors");
----------------
alinas wrote:

Nit: Can you name this with a double `c`? (`TotalBlockSuccs`)

https://github.com/llvm/llvm-project/pull/171670


More information about the llvm-commits mailing list