LLVM 19.0.0git
Public Attributes | List of all members
llvm::DefinitionAndSourceRegister Struct Reference

Simple struct used to hold a Register value and the instruction which defines it. More...

#include "llvm/CodeGen/GlobalISel/Utils.h"

Public Attributes

MachineInstrMI
 
Register Reg
 

Detailed Description

Simple struct used to hold a Register value and the instruction which defines it.

Definition at line 224 of file Utils.h.

Member Data Documentation

◆ MI

MachineInstr* llvm::DefinitionAndSourceRegister::MI

Definition at line 225 of file Utils.h.

◆ Reg

Register llvm::DefinitionAndSourceRegister::Reg

Definition at line 226 of file Utils.h.


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