LLVM 22.0.0git
llvm::rdf::NodeBase::Ref_struct Struct Reference

#include "llvm/CodeGen/RDFGraph.h"

Public Attributes

NodeId RD
NodeId Sib
union { 
   Def_struct   Def 
   PhiU_struct   PhiU 
}; 
union { 
   MachineOperand *   Op 
   PackedRegisterRef   PR 
}; 

Detailed Description

Definition at line 526 of file RDFGraph.h.

Member Data Documentation

◆ [union]

◆ [union]

◆ Def

Def_struct llvm::rdf::NodeBase::Ref_struct::Def

Definition at line 529 of file RDFGraph.h.

◆ Op

MachineOperand* llvm::rdf::NodeBase::Ref_struct::Op

Definition at line 533 of file RDFGraph.h.

◆ PhiU

PhiU_struct llvm::rdf::NodeBase::Ref_struct::PhiU

Definition at line 530 of file RDFGraph.h.

◆ PR

PackedRegisterRef llvm::rdf::NodeBase::Ref_struct::PR

Definition at line 534 of file RDFGraph.h.

◆ RD

NodeId llvm::rdf::NodeBase::Ref_struct::RD

Definition at line 527 of file RDFGraph.h.

◆ Sib

NodeId llvm::rdf::NodeBase::Ref_struct::Sib

Definition at line 527 of file RDFGraph.h.


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