LLVM API Documentation
#include <CFG.h>

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