Lines Matching refs:KILL
535 std::string Str = "kill:";538 assert(Op.isReg() && "KILL instruction must have only register operands");541 Str += (Op.isDef() ? "<def>" : "<kill>");703 case TargetOpcode::KILL: