LLVM 24.0.0git
llvm::GraphTraits< DotCfgDiffDisplayGraph * > Struct Reference
Inheritance diagram for llvm::GraphTraits< DotCfgDiffDisplayGraph * >:
[legend]

Public Types

using NodeRef = const DisplayNode *
using ChildIteratorType = DisplayNode::ChildIterator
using nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator
using EdgeRef = const DisplayEdge *
using ChildEdgeIterator = DisplayNode::EdgeIterator

Static Public Member Functions

static NodeRef getEntryNode (const DotCfgDiffDisplayGraph *G)
static ChildIteratorType child_begin (NodeRef N)
static ChildIteratorType child_end (NodeRef N)
static nodes_iterator nodes_begin (const DotCfgDiffDisplayGraph *G)
static nodes_iterator nodes_end (const DotCfgDiffDisplayGraph *G)
static ChildEdgeIterator child_edge_begin (NodeRef N)
static ChildEdgeIterator child_edge_end (NodeRef N)
static NodeRef edge_dest (EdgeRef E)
static unsigned size (const DotCfgDiffDisplayGraph *G)

Detailed Description

Definition at line 2149 of file StandardInstrumentations.cpp.

Member Typedef Documentation

◆ ChildEdgeIterator

using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::ChildEdgeIterator = DisplayNode::EdgeIterator

Definition at line 2154 of file StandardInstrumentations.cpp.

◆ ChildIteratorType

using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::ChildIteratorType = DisplayNode::ChildIterator

Definition at line 2151 of file StandardInstrumentations.cpp.

◆ EdgeRef

using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::EdgeRef = const DisplayEdge *

Definition at line 2153 of file StandardInstrumentations.cpp.

◆ NodeRef

using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::NodeRef = const DisplayNode *

Definition at line 2150 of file StandardInstrumentations.cpp.

◆ nodes_iterator

using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator

Definition at line 2152 of file StandardInstrumentations.cpp.

Member Function Documentation

◆ child_begin()

ChildIteratorType llvm::GraphTraits< DotCfgDiffDisplayGraph * >::child_begin ( NodeRef N)
inlinestatic

Definition at line 2159 of file StandardInstrumentations.cpp.

References N.

◆ child_edge_begin()

ChildEdgeIterator llvm::GraphTraits< DotCfgDiffDisplayGraph * >::child_edge_begin ( NodeRef N)
inlinestatic

Definition at line 2169 of file StandardInstrumentations.cpp.

References N.

◆ child_edge_end()

ChildEdgeIterator llvm::GraphTraits< DotCfgDiffDisplayGraph * >::child_edge_end ( NodeRef N)
inlinestatic

Definition at line 2172 of file StandardInstrumentations.cpp.

References N.

◆ child_end()

ChildIteratorType llvm::GraphTraits< DotCfgDiffDisplayGraph * >::child_end ( NodeRef N)
inlinestatic

Definition at line 2162 of file StandardInstrumentations.cpp.

References N.

◆ edge_dest()

NodeRef llvm::GraphTraits< DotCfgDiffDisplayGraph * >::edge_dest ( EdgeRef E)
inlinestatic

Definition at line 2173 of file StandardInstrumentations.cpp.

◆ getEntryNode()

NodeRef llvm::GraphTraits< DotCfgDiffDisplayGraph * >::getEntryNode ( const DotCfgDiffDisplayGraph * G)
inlinestatic

Definition at line 2156 of file StandardInstrumentations.cpp.

References G.

◆ nodes_begin()

nodes_iterator llvm::GraphTraits< DotCfgDiffDisplayGraph * >::nodes_begin ( const DotCfgDiffDisplayGraph * G)
inlinestatic

Definition at line 2163 of file StandardInstrumentations.cpp.

References G.

◆ nodes_end()

nodes_iterator llvm::GraphTraits< DotCfgDiffDisplayGraph * >::nodes_end ( const DotCfgDiffDisplayGraph * G)
inlinestatic

Definition at line 2166 of file StandardInstrumentations.cpp.

References G.

◆ size()

unsigned llvm::GraphTraits< DotCfgDiffDisplayGraph * >::size ( const DotCfgDiffDisplayGraph * G)
inlinestatic

Definition at line 2174 of file StandardInstrumentations.cpp.

References G.


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