LLVM 20.0.0git
|
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) |
Definition at line 2125 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::ChildEdgeIterator = DisplayNode::EdgeIterator |
Definition at line 2130 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::ChildIteratorType = DisplayNode::ChildIterator |
Definition at line 2127 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::EdgeRef = const DisplayEdge * |
Definition at line 2129 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::NodeRef = const DisplayNode * |
Definition at line 2126 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator |
Definition at line 2128 of file StandardInstrumentations.cpp.
|
inlinestatic |
Definition at line 2135 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 2145 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 2148 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 2138 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 2149 of file StandardInstrumentations.cpp.
References E.
|
inlinestatic |
Definition at line 2132 of file StandardInstrumentations.cpp.
References G.
|
inlinestatic |
Definition at line 2139 of file StandardInstrumentations.cpp.
References G.
|
inlinestatic |
Definition at line 2142 of file StandardInstrumentations.cpp.
References G.
|
inlinestatic |
Definition at line 2150 of file StandardInstrumentations.cpp.
References G.