struct DefinitionAndSourceRegister

Declaration

struct DefinitionAndSourceRegister { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/CodeGen/GlobalISel/Utils.h:219

Member Variables

public llvm::MachineInstr* MI
public llvm::Register Reg