VirtRegInfo - Information about a virtual register used by a set of operands.
Declared in <llvm/CodeGen/MachineInstrBundle.h>
struct VirtRegInfo;
| Name | Description |
|---|---|
Reads | Reads - One of the operands read the virtual register. This does not include undef or internal use operands, see MO::readsReg(). |
Tied | Tied - Uses and defs must use the same register. This can be because of a two-address constraint, or there may be a partial redefinition of a sub-register. |
Writes | Writes - One of the operands writes the virtual register. |
| Name | Description |
|---|---|
AnalyzeVirtRegInBundle | Analyze how the current instruction or bundle uses a virtual register. |