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

#include <LazyCallGraph.h>

Public Types

typedef LazyCallGraph::Node NodeType
 
typedef LazyCallGraph::iterator ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (NodeType *N)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

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

Definition at line 521 of file LazyCallGraph.h.

Member Typedef Documentation

Definition at line 523 of file LazyCallGraph.h.

Definition at line 522 of file LazyCallGraph.h.

Member Function Documentation

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

Definition at line 526 of file LazyCallGraph.h.

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

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

Definition at line 527 of file LazyCallGraph.h.

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

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

Definition at line 525 of file LazyCallGraph.h.

References N.


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