LLVM API Documentation
#include <CFG.h>

Public Types | |
| typedef BasicBlock | NodeType |
| typedef succ_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (BasicBlock *BB) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
| typedef succ_iterator llvm::GraphTraits< BasicBlock * >::ChildIteratorType |
| typedef BasicBlock llvm::GraphTraits< BasicBlock * >::NodeType |
| static ChildIteratorType llvm::GraphTraits< BasicBlock * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 279 of file IR/CFG.h.
References llvm::succ_begin().
| static ChildIteratorType llvm::GraphTraits< BasicBlock * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 282 of file IR/CFG.h.
References llvm::succ_end().
| static NodeType* llvm::GraphTraits< BasicBlock * >::getEntryNode | ( | BasicBlock * | BB | ) | [inline, static] |