LLVM API Documentation
#include <CFG.h>

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) |
| 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] |
Definition at line 310 of file IR/CFG.h.
References llvm::pred_begin().
| static ChildIteratorType llvm::GraphTraits< Inverse< BasicBlock * > >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 313 of file IR/CFG.h.
References llvm::pred_end().
| static NodeType* llvm::GraphTraits< Inverse< BasicBlock * > >::getEntryNode | ( | Inverse< BasicBlock * > | G | ) | [inline, static] |
Definition at line 309 of file IR/CFG.h.
References llvm::Inverse< GraphType >::Graph.