llvm::ScheduleDAGInstrs::deadDefHasNoUse

Returns true if the def register in MO has no uses.

Synopsis

Declared in <llvm/CodeGen/ScheduleDAGInstrs.h>

bool
deadDefHasNoUse(MachineOperand const& MO);

Return Value

True if the def register in MO has no uses.

Parameters

NameDescription
MODef machine operand to test for deadness without uses.