LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llvm::GraphTraits< const llzk::SymbolUseGraphNode * > Struct Reference

#include <SymbolUseGraph.h>

Inheritance diagram for llvm::GraphTraits< const llzk::SymbolUseGraphNode * >:
[legend]

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)
 

Detailed Description

Definition at line 206 of file SymbolUseGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

ChildIteratorType/begin/end - Allow iteration over all nodes in the graph.

Definition at line 211 of file SymbolUseGraph.h.

◆ NodeRef

Definition at line 207 of file SymbolUseGraph.h.

Member Function Documentation

◆ child_begin()

static ChildIteratorType llvm::GraphTraits< const llzk::SymbolUseGraphNode * >::child_begin ( NodeRef node)
inlinestatic

Definition at line 212 of file SymbolUseGraph.h.

◆ child_end()

static ChildIteratorType llvm::GraphTraits< const llzk::SymbolUseGraphNode * >::child_end ( NodeRef node)
inlinestatic

Definition at line 213 of file SymbolUseGraph.h.

◆ getEntryNode()

static NodeRef llvm::GraphTraits< const llzk::SymbolUseGraphNode * >::getEntryNode ( NodeRef node)
inlinestatic

Definition at line 208 of file SymbolUseGraph.h.


The documentation for this struct was generated from the following file: