LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< DotCfgDiffDisplayGraph * > Struct Reference

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 2022 of file StandardInstrumentations.cpp.

Member Typedef Documentation

◆ ChildEdgeIterator

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

Definition at line 2027 of file StandardInstrumentations.cpp.

◆ ChildIteratorType

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

Definition at line 2024 of file StandardInstrumentations.cpp.

◆ EdgeRef

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

Definition at line 2026 of file StandardInstrumentations.cpp.

◆ NodeRef

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

Definition at line 2023 of file StandardInstrumentations.cpp.

◆ nodes_iterator

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

Definition at line 2025 of file StandardInstrumentations.cpp.

Member Function Documentation

◆ child_begin()

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

Definition at line 2032 of file StandardInstrumentations.cpp.

References N.

◆ child_edge_begin()

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

Definition at line 2042 of file StandardInstrumentations.cpp.

References N.

◆ child_edge_end()

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

Definition at line 2045 of file StandardInstrumentations.cpp.

References N.

◆ child_end()

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

Definition at line 2035 of file StandardInstrumentations.cpp.

References N.

◆ edge_dest()

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

Definition at line 2046 of file StandardInstrumentations.cpp.

References E.

◆ getEntryNode()

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

Definition at line 2029 of file StandardInstrumentations.cpp.

References G.

◆ nodes_begin()

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

Definition at line 2036 of file StandardInstrumentations.cpp.

References G.

◆ nodes_end()

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

Definition at line 2039 of file StandardInstrumentations.cpp.

References G.

◆ size()

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

Definition at line 2047 of file StandardInstrumentations.cpp.

References G.


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