Return true if Inst explicitly modifies Reg.
Declared in <llvm/MC/MCLFIRewriter.h>
bool
explicitlyModifiesRegister(
MCInst const& Inst,
MCRegister Reg) const;
- True if Inst explicitly modifies Reg.
| Name | Description |
|---|---|
| Inst | - Instruction to query. |
| Reg | - Physical register to check for an explicit def. |