LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< LazyCallGraph * > Struct Template Reference

#include <LazyCallGraph.h>

Public Types

typedef LazyCallGraph::NodeNodeRef
 
typedef
LazyCallGraph::edge_iterator 
ChildIteratorType
 

Static Public Member Functions

static NodeRef getEntryNode (NodeRef N)
 
static ChildIteratorType child_begin (NodeRef N)
 
static ChildIteratorType child_end (NodeRef N)
 

Detailed Description

template<>
struct llvm::GraphTraits< LazyCallGraph * >

Definition at line 1166 of file LazyCallGraph.h.

Member Typedef Documentation

Definition at line 1168 of file LazyCallGraph.h.

Definition at line 1167 of file LazyCallGraph.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< LazyCallGraph * >::child_begin ( NodeRef  N)
inlinestatic

Definition at line 1171 of file LazyCallGraph.h.

References llvm::LazyCallGraph::Node::begin().

static ChildIteratorType llvm::GraphTraits< LazyCallGraph * >::child_end ( NodeRef  N)
inlinestatic

Definition at line 1172 of file LazyCallGraph.h.

References llvm::LazyCallGraph::Node::end().

static NodeRef llvm::GraphTraits< LazyCallGraph * >::getEntryNode ( NodeRef  N)
inlinestatic

Definition at line 1170 of file LazyCallGraph.h.

References N.


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