Searched refs:NumDeadBlocks (Results 1 – 4 of 4) sorted by relevance
72 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");221 ++NumDeadBlocks; in runSCCP()510 ++NumDeadBlocks; in runIPSCCP()
58 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");190 ++NumDeadBlocks; in tailDuplicateAndUpdate()
68 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");1210 ++NumDeadBlocks; in OptimizeBranches()
1746 if (unsigned NumDeadBlocks = ToBeDeletedBlocks.size()) { in cleanupIR() local1748 ToBeDeletedBBs.reserve(NumDeadBlocks); in cleanupIR()