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

#include <SymbolUseGraph.h>

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

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)
 

Detailed Description

Definition at line 217 of file SymbolUseGraph.h.

Member Typedef Documentation

◆ GraphType

using llvm::GraphTraits< const llzk::SymbolUseGraph * >::GraphType = const llzk::SymbolUseGraph *

Definition at line 219 of file SymbolUseGraph.h.

◆ nodes_iterator

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

Definition at line 225 of file SymbolUseGraph.h.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< const llzk::SymbolUseGraph * >::getEntryNode ( GraphType g)
inlinestatic

The entry node into the graph is the root node.

Definition at line 222 of file SymbolUseGraph.h.

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< const llzk::SymbolUseGraph * >::nodes_begin ( GraphType g)
inlinestatic

Definition at line 226 of file SymbolUseGraph.h.

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< const llzk::SymbolUseGraph * >::nodes_end ( GraphType g)
inlinestatic

Definition at line 227 of file SymbolUseGraph.h.

◆ size()

static unsigned llvm::GraphTraits< const llzk::SymbolUseGraph * >::size ( GraphType g)
inlinestatic

Return total number of nodes in the graph.

Definition at line 230 of file SymbolUseGraph.h.


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