LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< LazyCallGraph * > 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 * >

Definition at line 529 of file LazyCallGraph.h.

Member Typedef Documentation

Definition at line 531 of file LazyCallGraph.h.

Definition at line 530 of file LazyCallGraph.h.

Member Function Documentation

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

Definition at line 534 of file LazyCallGraph.h.

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

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

Definition at line 535 of file LazyCallGraph.h.

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

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

Definition at line 533 of file LazyCallGraph.h.

References N.


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