|
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 215 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 220 of file SymbolUseGraph.h.
| using llvm::GraphTraits< const llzk::SymbolUseGraphNode * >::NodeRef = const llzk::SymbolUseGraphNode * |
Definition at line 216 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 221 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 222 of file SymbolUseGraph.h.
|
inlinestatic |
Definition at line 217 of file SymbolUseGraph.h.