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

#include <CallGraph.h>

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

Public Types

using NodeRef = const llzk::CallGraphNode *
 
using ChildIteratorType = mapped_iterator<llzk::CallGraphNode::iterator, decltype(&unwrap)>
 

Static Public Member Functions

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 245 of file CallGraph.h.

Member Typedef Documentation

◆ ChildIteratorType

using llvm::GraphTraits< const llzk::CallGraphNode * >::ChildIteratorType = mapped_iterator<llzk::CallGraphNode::iterator, decltype(&unwrap)>

Definition at line 252 of file CallGraph.h.

◆ NodeRef

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

Definition at line 246 of file CallGraph.h.

Member Function Documentation

◆ child_begin()

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

Definition at line 253 of file CallGraph.h.

◆ child_end()

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

Definition at line 254 of file CallGraph.h.

◆ getEntryNode()

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

Definition at line 247 of file CallGraph.h.

◆ unwrap()

static NodeRef llvm::GraphTraits< const llzk::CallGraphNode * >::unwrap ( const llzk::CallGraphNode::Edge & edge)
inlinestatic

Definition at line 249 of file CallGraph.h.


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