LLVM: llvm::VirtRegInfo Struct Reference (original) (raw)

VirtRegInfo - Information about a virtual register used by a set of operands. More...

#include "[llvm/CodeGen/MachineInstrBundle.h](MachineInstrBundle%5F8h%5Fsource.html)"

Public Attributes
bool Reads
Reads - One of the operands read the virtual register.
bool Writes
Writes - One of the operands writes the virtual register.
bool Tied
Tied - Uses and defs must use the same register.

VirtRegInfo - Information about a virtual register used by a set of operands.

Definition at line 221 of file MachineInstrBundle.h.

Reads

bool llvm::VirtRegInfo::Reads

Tied

bool llvm::VirtRegInfo::Tied

Writes

bool llvm::VirtRegInfo::Writes


The documentation for this struct was generated from the following file: