LLVM  8.0.1
Public Member Functions | List of all members
llvm::rdf::StmtNode Struct Reference

#include "Target/Hexagon/RDFGraph.h"

Inheritance diagram for llvm::rdf::StmtNode:
Inheritance graph
[legend]
Collaboration diagram for llvm::rdf::StmtNode:
Collaboration graph
[legend]

Public Member Functions

MachineInstrgetCode () const
 
- Public Member Functions inherited from llvm::rdf::InstrNode
NodeAddr< NodeBase * > getOwner (const DataFlowGraph &G)
 
- Public Member Functions inherited from llvm::rdf::CodeNode
template<typename T >
T getCode () const
 
void setCode (void *C)
 
NodeAddr< NodeBase * > getFirstMember (const DataFlowGraph &G) const
 
NodeAddr< NodeBase * > getLastMember (const DataFlowGraph &G) const
 
void addMember (NodeAddr< NodeBase *> NA, const DataFlowGraph &G)
 
void addMemberAfter (NodeAddr< NodeBase *> MA, NodeAddr< NodeBase *> NA, const DataFlowGraph &G)
 
void removeMember (NodeAddr< NodeBase *> NA, const DataFlowGraph &G)
 
NodeList members (const DataFlowGraph &G) const
 
template<typename Predicate >
NodeList members_if (Predicate P, const DataFlowGraph &G) const
 
- Public Member Functions inherited from llvm::rdf::NodeBase
 NodeBase ()=default
 
uint16_t getType () const
 
uint16_t getKind () const
 
uint16_t getFlags () const
 
NodeId getNext () const
 
uint16_t getAttrs () const
 
void setAttrs (uint16_t A)
 
void setFlags (uint16_t F)
 
void append (NodeAddr< NodeBase *> NA)
 
void init ()
 
void setNext (NodeId N)
 

Additional Inherited Members

- Protected Attributes inherited from llvm::rdf::NodeBase
uint16_t Attrs
 
uint16_t Reserved
 
NodeId Next
 
union {
   Ref_struct   Ref
 
   Code_struct   Code
 
}; 
 

Detailed Description

Definition at line 621 of file RDFGraph.h.

Member Function Documentation

◆ getCode()

MachineInstr* llvm::rdf::StmtNode::getCode ( ) const
inline

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