LLZK 0.1.0
Veridise's ZK Language IR
|
#include <SymbolUseGraph.h>
Public Types | |
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 (NodeRef node) |
static ChildIteratorType | child_begin (NodeRef node) |
static ChildIteratorType | child_end (NodeRef node) |
Definition at line 206 of file SymbolUseGraph.h.
using llvm::GraphTraits< const llzk::SymbolUseGraphNode * >::ChildIteratorType = llzk::SymbolUseGraphNode::iterator |
ChildIteratorType/begin/end - Allow iteration over all nodes in the graph.
Definition at line 211 of file SymbolUseGraph.h.
using llvm::GraphTraits< const llzk::SymbolUseGraphNode * >::NodeRef = const llzk::SymbolUseGraphNode * |
Definition at line 207 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 212 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 213 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 208 of file SymbolUseGraph.h.