LLVM API Documentation
#include <CFG.h>
Inheritance diagram for llvm::GraphTraits< Inverse< BasicBlock * > >:
Public Types | |
typedef BasicBlock | NodeType |
typedef pred_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (Inverse< BasicBlock * > G) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 191 of file CFG.h.
typedef pred_iterator llvm::GraphTraits< Inverse< BasicBlock * > >::ChildIteratorType |
typedef BasicBlock llvm::GraphTraits< Inverse< BasicBlock * > >::NodeType |
static ChildIteratorType llvm::GraphTraits< Inverse< BasicBlock * > >::child_begin | ( | NodeType * | N | ) | [inline, static] |
static ChildIteratorType llvm::GraphTraits< Inverse< BasicBlock * > >::child_end | ( | NodeType * | N | ) | [inline, static] |
static NodeType* llvm::GraphTraits< Inverse< BasicBlock * > >::getEntryNode | ( | Inverse< BasicBlock * > | G | ) | [inline, static] |