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 2114 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::ChildEdgeIterator = DisplayNode::EdgeIterator |
Definition at line 2119 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::ChildIteratorType = DisplayNode::ChildIterator |
Definition at line 2116 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::EdgeRef = const DisplayEdge * |
Definition at line 2118 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::NodeRef = const DisplayNode * |
Definition at line 2115 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator |
Definition at line 2117 of file StandardInstrumentations.cpp.
|
inlinestatic |
Definition at line 2124 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 2134 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 2137 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 2127 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 2138 of file StandardInstrumentations.cpp.
References E.
|
inlinestatic |
Definition at line 2121 of file StandardInstrumentations.cpp.
References G.
|
inlinestatic |
Definition at line 2128 of file StandardInstrumentations.cpp.
References G.
|
inlinestatic |
Definition at line 2131 of file StandardInstrumentations.cpp.
References G.
|
inlinestatic |
Definition at line 2139 of file StandardInstrumentations.cpp.
References G.