LLVM API Documentation
#include <LazyCallGraph.h>
Public Types | |
typedef LazyCallGraph::Node | NodeType |
typedef LazyCallGraph::iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (NodeType *N) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 515 of file LazyCallGraph.h.
Definition at line 517 of file LazyCallGraph.h.
typedef LazyCallGraph::Node llvm::GraphTraits< LazyCallGraph::Node * >::NodeType |
Definition at line 516 of file LazyCallGraph.h.
static ChildIteratorType llvm::GraphTraits< LazyCallGraph::Node * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 520 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::begin().
static ChildIteratorType llvm::GraphTraits< LazyCallGraph::Node * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 521 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::end().
static NodeType* llvm::GraphTraits< LazyCallGraph::Node * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 519 of file LazyCallGraph.h.