Lines Matching full:kill
177 void kill(int rx);
185 void processDefs(MachineInstr*, bool Kill);
261 // Kill register rx, recycle or collapse any DomainValue.
262 void ExeDepsFix::kill(int rx) {
446 // Process defs to track register ages, and kill values clobbered by generic
452 // If Kill is set, also kill off DomainValues clobbered by the defs.
453 void ExeDepsFix::processDefs(MachineInstr *MI, bool Kill) {
478 // Kill off domains redefined by generic instructions.
479 if (Kill)
480 kill(rx);
520 // Kill all defs and force them.
526 kill(rx);
561 kill(rx);
573 // Kill off any remaining uses that don't match available, and build a list of
581 kill(rx);
616 // If latest didn't merge, it is useless now. Kill all registers using it.
619 kill(*i);
636 kill(rx);