LLVM 22.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 2112 of file StandardInstrumentations.cpp.

Member Typedef Documentation

◆ ChildEdgeIterator

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

Definition at line 2117 of file StandardInstrumentations.cpp.

◆ ChildIteratorType

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

Definition at line 2114 of file StandardInstrumentations.cpp.

◆ EdgeRef

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

Definition at line 2116 of file StandardInstrumentations.cpp.

◆ NodeRef

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

Definition at line 2113 of file StandardInstrumentations.cpp.

◆ nodes_iterator

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

Definition at line 2115 of file StandardInstrumentations.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 2122 of file StandardInstrumentations.cpp.

References N.

◆ child_edge_begin()

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

Definition at line 2132 of file StandardInstrumentations.cpp.

References N.

◆ child_edge_end()

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

Definition at line 2135 of file StandardInstrumentations.cpp.

References N.

◆ child_end()

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

Definition at line 2125 of file StandardInstrumentations.cpp.

References N.

◆ edge_dest()

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

Definition at line 2136 of file StandardInstrumentations.cpp.

◆ getEntryNode()

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

Definition at line 2119 of file StandardInstrumentations.cpp.

References G.

◆ nodes_begin()

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

Definition at line 2126 of file StandardInstrumentations.cpp.

References G.

◆ nodes_end()

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

Definition at line 2129 of file StandardInstrumentations.cpp.

References G.

◆ size()

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

Definition at line 2137 of file StandardInstrumentations.cpp.

References G.


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