Returns true if the def register in MO has no uses.
Declared in <llvm/CodeGen/ScheduleDAGInstrs.h>
bool
deadDefHasNoUse(MachineOperand const& MO);
True if the def register in MO has no uses.
| Name | Description |
|---|---|
| MO | Def machine operand to test for deadness without uses. |