Home | History | Annotate | Download | only in CodeGen

Lines Matching full:dead

136   // Dead defs generated during spilling.
965 DEBUG(dbgs() << "All defs dead: " << *MI);
970 // Eliminate dead code after remat. Note that some snippet copies may be
974 DEBUG(dbgs() << "Remat created " << DeadDefs.size() << " dead defs.\n");
1113 // Remove LIS for any dead defs in the original MI not in FoldMI.
1262 // This COPY is now dead, the value is already in the stack slot.
1331 // Hoisted spills may cause dead code.
1333 DEBUG(dbgs() << "Eliminating " << DeadDefs.size() << " dead defs\n");
1371 assert(DeadDefs.empty() && "Previous spill didn't remove dead defs");