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

#include <CallGraph.h>

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

Public Types

using nodes_iterator = llzk::CallGraph::iterator
 
- Public Types inherited from llvm::GraphTraits< const llzk::CallGraphNode * >
using NodeRef = const llzk::CallGraphNode *
 
using ChildIteratorType = mapped_iterator<llzk::CallGraphNode::iterator, decltype(&unwrap)>
 

Static Public Member Functions

static NodeRef getEntryNode (const llzk::CallGraph *cg)
 The entry node into the graph is the external node.
 
static nodes_iterator nodes_begin (llzk::CallGraph *cg)
 
static nodes_iterator nodes_end (llzk::CallGraph *cg)
 
- Static Public Member Functions inherited from llvm::GraphTraits< const llzk::CallGraphNode * >
static NodeRef getEntryNode (NodeRef node)
 
static NodeRef unwrap (const llzk::CallGraphNode::Edge &edge)
 
static ChildIteratorType child_begin (NodeRef node)
 
static ChildIteratorType child_end (NodeRef node)
 

Detailed Description

Definition at line 258 of file CallGraph.h.

Member Typedef Documentation

◆ nodes_iterator

using llvm::GraphTraits< const llzk::CallGraph * >::nodes_iterator = llzk::CallGraph::iterator

Definition at line 263 of file CallGraph.h.

Member Function Documentation

◆ getEntryNode()

static NodeRef llvm::GraphTraits< const llzk::CallGraph * >::getEntryNode ( const llzk::CallGraph * cg)
inlinestatic

The entry node into the graph is the external node.

Definition at line 260 of file CallGraph.h.

◆ nodes_begin()

static nodes_iterator llvm::GraphTraits< const llzk::CallGraph * >::nodes_begin ( llzk::CallGraph * cg)
inlinestatic

Definition at line 264 of file CallGraph.h.

◆ nodes_end()

static nodes_iterator llvm::GraphTraits< const llzk::CallGraph * >::nodes_end ( llzk::CallGraph * cg)
inlinestatic

Definition at line 265 of file CallGraph.h.


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