Return the MIFlags which represent both MachineInstrs. This should be used when merging two MachineInstrs into one. This routine does not modify the MIFlags of this MachineInstr.
Declared in <llvm/CodeGen/MachineInstr.h>
uint32_t
mergeFlagsWith(MachineInstr const& Other) const;
| Name | Description |
|---|---|
| Other | Representation of each machine instruction. |