My Project
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< const mlir::CallGraphNode * > Struct Template Reference

#include <CallGraph.h>

Public Types

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

Static Public Member Functions

static NodeRef getEntryNode (NodeRef node)
 
static NodeRef unwrap (const mlir::CallGraphNode::Edge &edge)
 
static ChildIteratorType child_begin (NodeRef node)
 
static ChildIteratorType child_end (NodeRef node)
 

Member Typedef Documentation

◆ ChildIteratorType

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

◆ NodeRef

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

Member Function Documentation

◆ child_begin()

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

◆ child_end()

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

◆ getEntryNode()

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

◆ unwrap()

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

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