Lines Matching full:dead
11 // directly to the target block. This pass often results in dead MBB's, which
42 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");
112 /// RemoveDeadBlock - Remove the specified dead machine basic block from the
115 assert(MBB->pred_empty() && "MBB must be dead!");
221 // See if any jump tables have become dead as the code generator
244 // Finally, remove dead jump tables. This happens when the
986 // If it is dead, remove it.
1079 // Dead block? Leave for cleanup later.