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 215 of file SymbolUseGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

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.

◆ NodeRef

using llvm::GraphTraits< const llzk::SymbolUseGraphNode * >::NodeRef = const llzk::SymbolUseGraphNode *

Definition at line 216 of file SymbolUseGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 221 of file SymbolUseGraph.h.

◆ child_end()

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

Definition at line 222 of file SymbolUseGraph.h.

◆ getEntryNode()

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

Definition at line 217 of file SymbolUseGraph.h.


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