LLVM 22.0.0git
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 234 of file Utils.h.

Member Data Documentation

◆ MI

MachineInstr* llvm::DefinitionAndSourceRegister::MI

Definition at line 235 of file Utils.h.

◆ Reg

Register llvm::DefinitionAndSourceRegister::Reg

Definition at line 236 of file Utils.h.


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