|
LLZK 0.1.0
Veridise's ZK Language IR
|
#include <SymbolUseGraph.h>
Public Types | |
| using | GraphType = const llzk::SymbolUseGraph * |
| using | nodes_iterator = llzk::SymbolUseGraph::iterator |
| nodes_iterator/begin/end - Allow iteration over all nodes in the graph. | |
| Public Types inherited from llvm::GraphTraits< const llzk::SymbolUseGraphNode * > | |
| using | NodeRef = const llzk::SymbolUseGraphNode * |
| using | ChildIteratorType = llzk::SymbolUseGraphNode::iterator |
| ChildIteratorType/begin/end - Allow iteration over all nodes in the graph. | |
Static Public Member Functions | |
| static NodeRef | getEntryNode (GraphType g) |
| The entry node into the graph is the root node. | |
| static nodes_iterator | nodes_begin (GraphType g) |
| static nodes_iterator | nodes_end (GraphType g) |
| static unsigned | size (GraphType g) |
| Return total number of nodes in the graph. | |
| Static Public Member Functions inherited from llvm::GraphTraits< const llzk::SymbolUseGraphNode * > | |
| static NodeRef | getEntryNode (NodeRef node) |
| static ChildIteratorType | child_begin (NodeRef node) |
| static ChildIteratorType | child_end (NodeRef node) |
Definition at line 226 of file SymbolUseGraph.h.
| using llvm::GraphTraits< const llzk::SymbolUseGraph * >::GraphType = const llzk::SymbolUseGraph * |
Definition at line 228 of file SymbolUseGraph.h.
| using llvm::GraphTraits< const llzk::SymbolUseGraph * >::nodes_iterator = llzk::SymbolUseGraph::iterator |
nodes_iterator/begin/end - Allow iteration over all nodes in the graph.
Definition at line 234 of file SymbolUseGraph.h.
|
inlinestatic |
The entry node into the graph is the root node.
Definition at line 231 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 235 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 236 of file SymbolUseGraph.h.
|
inlinestatic |
Return total number of nodes in the graph.
Definition at line 239 of file SymbolUseGraph.h.