LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const DataDependenceGraph * > Struct Reference

#include "llvm/Analysis/DDG.h"

Inheritance diagram for llvm::GraphTraits< const DataDependenceGraph * >:
Inheritance graph
[legend]

Public Types

using nodes_iterator = DataDependenceGraph::const_iterator
 
- Public Types inherited from llvm::GraphTraits< const DDGNode * >
using NodeRef = const DDGNode *
 
using ChildIteratorType = mapped_iterator< DDGNode::const_iterator, decltype(&DDGGetTargetNode)>
 
using ChildEdgeIteratorType = DDGNode::const_iterator
 

Static Public Member Functions

static NodeRef getEntryNode (const DataDependenceGraph *DG)
 
static nodes_iterator nodes_begin (const DataDependenceGraph *DG)
 
static nodes_iterator nodes_end (const DataDependenceGraph *DG)
 
- Static Public Member Functions inherited from llvm::GraphTraits< const DDGNode * >
static const DDGNodeDDGGetTargetNode (const DGEdge< DDGNode, DDGEdge > *P)
 
static NodeRef getEntryNode (NodeRef N)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 
static ChildEdgeIteratorType child_edge_begin (NodeRef N)
 
static ChildEdgeIteratorType child_edge_end (NodeRef N)
 

Detailed Description

Definition at line 555 of file DDG.h.

Member Typedef Documentation

◆ nodes_iterator

Definition at line 557 of file DDG.h.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< const DataDependenceGraph * >::getEntryNode ( const DataDependenceGraph DG)
inlinestatic

Definition at line 558 of file DDG.h.

References llvm::DependenceGraphInfo< NodeType >::getRoot().

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< const DataDependenceGraph * >::nodes_begin ( const DataDependenceGraph DG)
inlinestatic

Definition at line 561 of file DDG.h.

References llvm::DirectedGraph< NodeType, EdgeType >::begin().

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< const DataDependenceGraph * >::nodes_end ( const DataDependenceGraph DG)
inlinestatic

Definition at line 564 of file DDG.h.

References llvm::DirectedGraph< NodeType, EdgeType >::end().


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