Lines Matching full:kill
139 // Check to see if this basic block is already a kill block.
142 // live range by updating the kill instruction.
170 // Add a new kill entry for this basic block. If this virtual register is
172 // least one of the successor blocks, it's not a kill.
238 // AL = ... <imp-def EAX>, <imp-kill AH>
324 // = AL, AX<imp-use, kill>
334 // = AL<kill>
433 // Kill the largest clobbered super-register.
563 // Clear kill and dead markers. LV will recompute them.
700 /// replaceKillInstruction - Update register kill info by replacing a kill
718 assert(removed && "kill not in register's VarInfo?");