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 523 of file LazyCallGraph.h.
Definition at line 525 of file LazyCallGraph.h.
typedef LazyCallGraph::Node llvm::GraphTraits< LazyCallGraph * >::NodeType |
Definition at line 524 of file LazyCallGraph.h.
static ChildIteratorType llvm::GraphTraits< LazyCallGraph * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 528 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::begin().
static ChildIteratorType llvm::GraphTraits< LazyCallGraph * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 529 of file LazyCallGraph.h.
References llvm::LazyCallGraph::Node::end().
static NodeType* llvm::GraphTraits< LazyCallGraph * >::getEntryNode | ( | NodeType * | N | ) | [inline, static] |
Definition at line 527 of file LazyCallGraph.h.