Searched refs:NumDeadBlocks (Results 1 – 4 of 4) sorted by relevance
66 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");232 ++NumDeadBlocks; in runSCCP()568 ++NumDeadBlocks; in runIPSCCP()
56 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");187 ++NumDeadBlocks; in tailDuplicateAndUpdate()
67 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");1213 ++NumDeadBlocks; in OptimizeBranches()
2155 if (unsigned NumDeadBlocks = ToBeDeletedBlocks.size()) { in cleanupIR() local2157 ToBeDeletedBBs.reserve(NumDeadBlocks); in cleanupIR()