LLVM
15.0.0git
|
Simple struct used to hold a Register value and the instruction which defines it. More...
#include "llvm/CodeGen/GlobalISel/Utils.h"
Public Attributes | |
MachineInstr * | MI |
Register | Reg |
Simple struct used to hold a Register value and the instruction which defines it.
MachineInstr* llvm::DefinitionAndSourceRegister::MI |
Definition at line 220 of file Utils.h.
Referenced by llvm::getDefIgnoringCopies(), and llvm::isKnownToBeAPowerOfTwo().
Register llvm::DefinitionAndSourceRegister::Reg |
Definition at line 221 of file Utils.h.
Referenced by llvm::getSrcRegIgnoringCopies().