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. | |
![]() | |
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 NodeRef | getEntryNode (NodeRef node) |
static ChildIteratorType | child_begin (NodeRef node) |
static ChildIteratorType | child_end (NodeRef node) |
Definition at line 217 of file SymbolUseGraph.h.
using llvm::GraphTraits< const llzk::SymbolUseGraph * >::GraphType = const llzk::SymbolUseGraph * |
Definition at line 219 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 225 of file SymbolUseGraph.h.
|
inlinestatic |
The entry node into the graph is the root node.
Definition at line 222 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 226 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 227 of file SymbolUseGraph.h.
|
inlinestatic |
Return total number of nodes in the graph.
Definition at line 230 of file SymbolUseGraph.h.