LLVM 17.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 1892 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::ChildEdgeIterator = DisplayNode::EdgeIterator |
Definition at line 1897 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::ChildIteratorType = DisplayNode::ChildIterator |
Definition at line 1894 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::EdgeRef = const DisplayEdge * |
Definition at line 1896 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::NodeRef = const DisplayNode * |
Definition at line 1893 of file StandardInstrumentations.cpp.
using llvm::GraphTraits< DotCfgDiffDisplayGraph * >::nodes_iterator = DotCfgDiffDisplayGraph::NodeIterator |
Definition at line 1895 of file StandardInstrumentations.cpp.
|
inlinestatic |
Definition at line 1902 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 1912 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 1915 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 1905 of file StandardInstrumentations.cpp.
References N.
|
inlinestatic |
Definition at line 1916 of file StandardInstrumentations.cpp.
References E.
|
inlinestatic |
Definition at line 1899 of file StandardInstrumentations.cpp.
References G.
|
inlinestatic |
Definition at line 1906 of file StandardInstrumentations.cpp.
References G.
|
inlinestatic |
Definition at line 1909 of file StandardInstrumentations.cpp.
References G.
|
inlinestatic |
Definition at line 1917 of file StandardInstrumentations.cpp.
References G.