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

#include "llvm/Analysis/DDG.h"

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

Public Types

using nodes_iterator = DataDependenceGraph::const_iterator
using NodeRef
Public Types inherited from llvm::GraphTraits< const DDGNode * >
using NodeRef = const DDGNode *
using ChildIteratorType
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 559 of file DDG.h.

Member Typedef Documentation

◆ NodeRef

Definition at line 95 of file GraphTraits.h.

◆ nodes_iterator

Definition at line 561 of file DDG.h.

Member Function Documentation

◆ getEntryNode()

Definition at line 562 of file DDG.h.

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

◆ nodes_begin()

◆ nodes_end()


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