LLVM 22.0.0git
llvm::GraphTraits< SplitGraph > Struct Reference
Inheritance diagram for llvm::GraphTraits< SplitGraph >:
[legend]

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 1212 of file AMDGPUSplitModule.cpp.

Member Typedef Documentation

◆ ChildEdgeIteratorType

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

Definition at line 1218 of file AMDGPUSplitModule.cpp.

◆ ChildIteratorType

using llvm::GraphTraits< SplitGraph >::ChildIteratorType = SplitGraphEdgeDstIterator

Definition at line 1215 of file AMDGPUSplitModule.cpp.

◆ EdgeRef

using llvm::GraphTraits< SplitGraph >::EdgeRef = const SplitGraph::Edge *

Definition at line 1217 of file AMDGPUSplitModule.cpp.

◆ NodeRef

using llvm::GraphTraits< SplitGraph >::NodeRef = const SplitGraph::Node *

Definition at line 1213 of file AMDGPUSplitModule.cpp.

◆ nodes_iterator

using llvm::GraphTraits< SplitGraph >::nodes_iterator = SplitGraph::nodes_iterator

Definition at line 1214 of file AMDGPUSplitModule.cpp.

Member Function Documentation

◆ child_begin()

ChildIteratorType llvm::GraphTraits< SplitGraph >::child_begin ( NodeRef Ref)
inlinestatic

Definition at line 1222 of file AMDGPUSplitModule.cpp.

References llvm::Ref.

◆ child_end()

ChildIteratorType llvm::GraphTraits< SplitGraph >::child_end ( NodeRef Ref)
inlinestatic

Definition at line 1225 of file AMDGPUSplitModule.cpp.

References llvm::Ref.

◆ getEntryNode()

NodeRef llvm::GraphTraits< SplitGraph >::getEntryNode ( NodeRef N)
inlinestatic

Definition at line 1220 of file AMDGPUSplitModule.cpp.

References N.

◆ nodes_begin()

nodes_iterator llvm::GraphTraits< SplitGraph >::nodes_begin ( const SplitGraph & G)
inlinestatic

Definition at line 1229 of file AMDGPUSplitModule.cpp.

References G.

◆ nodes_end()

nodes_iterator llvm::GraphTraits< SplitGraph >::nodes_end ( const SplitGraph & G)
inlinestatic

Definition at line 1232 of file AMDGPUSplitModule.cpp.

References G.


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