LLVM
8.0.1
|
#include "Target/Hexagon/RDFGraph.h"
Public Attributes | |
NodeId | RD |
NodeId | Sib |
union { | |
Def_struct Def | |
PhiU_struct PhiU | |
}; | |
union { | |
MachineOperand * Op | |
PackedRegisterRef PR | |
}; | |
Definition at line 489 of file RDFGraph.h.
union { ... } |
union { ... } |
Def_struct llvm::rdf::NodeBase::Ref_struct::Def |
Definition at line 492 of file RDFGraph.h.
MachineOperand* llvm::rdf::NodeBase::Ref_struct::Op |
Definition at line 496 of file RDFGraph.h.
PhiU_struct llvm::rdf::NodeBase::Ref_struct::PhiU |
Definition at line 493 of file RDFGraph.h.
PackedRegisterRef llvm::rdf::NodeBase::Ref_struct::PR |
Definition at line 497 of file RDFGraph.h.
NodeId llvm::rdf::NodeBase::Ref_struct::RD |
Definition at line 490 of file RDFGraph.h.
NodeId llvm::rdf::NodeBase::Ref_struct::Sib |
Definition at line 490 of file RDFGraph.h.