Searched refs:NumDeadBlocks (Results 1 – 4 of 4) sorted by relevance
72 STATISTIC(NumDeadBlocks , "Number of basic blocks unreachable");224 ++NumDeadBlocks; in runSCCP()513 ++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()
1359 if (unsigned NumDeadBlocks = ToBeDeletedBlocks.size()) { in cleanupIR() local1361 ToBeDeletedBBs.reserve(NumDeadBlocks); in cleanupIR()