LLVM 22.0.0git
llvm::GraphTraits< DataDependenceGraph * > Struct Reference

#include "llvm/Analysis/DDG.h"

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

Public Types

using nodes_iterator = DataDependenceGraph::iterator
using NodeRef
Public Types inherited from llvm::GraphTraits< DDGNode * >
using NodeRef = DDGNode *
using ChildIteratorType
using ChildEdgeIteratorType = DDGNode::iterator

Static Public Member Functions

static NodeRef getEntryNode (DataDependenceGraph *DG)
static nodes_iterator nodes_begin (DataDependenceGraph *DG)
static nodes_iterator nodes_end (DataDependenceGraph *DG)
Static Public Member Functions inherited from llvm::GraphTraits< DDGNode * >
static DDGNodeDDGGetTargetNode (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 519 of file DDG.h.

Member Typedef Documentation

◆ NodeRef

Definition at line 95 of file GraphTraits.h.

◆ nodes_iterator

Definition at line 520 of file DDG.h.

Member Function Documentation

◆ getEntryNode()

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

Definition at line 521 of file DDG.h.

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

◆ nodes_begin()

Definition at line 524 of file DDG.h.

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

◆ nodes_end()

Definition at line 527 of file DDG.h.

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


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