llvm::MachineInstr::isKill

Return true if this is a KILL instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isKill() const;

Return Value

True if the opcode is KILL.