LLVM: llvm::GraphTraits< SplitGraph > Struct Reference (original) (raw)

Inheritance diagram for llvm::GraphTraits< SplitGraph >:

Public Types
using NodeRef = const SplitGraph::Node *
using nodes_iterator = SplitGraph::nodes_iterator
using ChildIteratorType = SplitGraphEdgeDstIterator
using EdgeRef = const SplitGraph::Edge *
using ChildEdgeIteratorType = SplitGraph::edges_iterator
Static Public Member Functions
static NodeRef getEntryNode (NodeRef N)
static ChildIteratorType child_begin (NodeRef Ref)
static ChildIteratorType child_end (NodeRef Ref)
static nodes_iterator nodes_begin (const SplitGraph &G)
static nodes_iterator nodes_end (const SplitGraph &G)

Detailed Description

Definition at line 1210 of file AMDGPUSplitModule.cpp.

Member Typedef Documentation

ChildEdgeIteratorType

using llvm::GraphTraits< SplitGraph >::ChildEdgeIteratorType = SplitGraph::edges_iterator

ChildIteratorType

EdgeRef

NodeRef

nodes_iterator

Member Function Documentation

child_begin()

child_end()

getEntryNode()

nodes_begin()

nodes_end()


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