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

#include <CallGraph.h>

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

Public Types

using nodes_iterator = mlir::CallGraph::iterator
 

Static Public Member Functions

static NodeRef getEntryNode (const mlir::CallGraph *cg)
 The entry node into the graph is the external node. More...
 
static nodes_iterator nodes_begin (mlir::CallGraph *cg)
 
static nodes_iterator nodes_end (mlir::CallGraph *cg)
 

Member Typedef Documentation

◆ nodes_iterator

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

Member Function Documentation

◆ getEntryNode()

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

The entry node into the graph is the external node.

◆ nodes_begin()

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

◆ nodes_end()

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

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