Home | History | Annotate | Download | only in AsmPrinter

Lines Matching full:kill

540   std::string Str = "kill:";
543 assert(Op.isReg() && "KILL instruction must have only register operands");
546 Str += (Op.isDef() ? "<def>" : "<kill>");
710 case TargetOpcode::KILL: