Home | History | Annotate | Download | only in CodeGen

Lines Matching full:dead

41 STATISTIC(NumDeadBlocks, "Number of dead blocks removed");
235 // If it is dead, remove it.
965 /// RemoveDeadBlock - Remove the specified dead machine basic block from the
968 assert(MBB->pred_empty() && "MBB must be dead!");