LLVM  4.0.0
Public Attributes | List of all members
llvm::rdf::NodeBase::Ref_struct Struct Reference

#include <RDFGraph.h>

Collaboration diagram for llvm::rdf::NodeBase::Ref_struct:
[legend]

Public Attributes

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

Detailed Description

Definition at line 588 of file RDFGraph.h.

Member Data Documentation

union { ... }
union { ... }
Def_struct llvm::rdf::NodeBase::Ref_struct::Def
MachineOperand* llvm::rdf::NodeBase::Ref_struct::Op
PhiU_struct llvm::rdf::NodeBase::Ref_struct::PhiU
PackedRegisterRef llvm::rdf::NodeBase::Ref_struct::PR

Definition at line 596 of file RDFGraph.h.

Referenced by llvm::rdf::RefNode::getRegRef(), and llvm::rdf::RefNode::setRegRef().

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

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