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) |
Definition at line 256 of file Support/CFG.h.
| typedef succ_iterator llvm::GraphTraits< BasicBlock * >::ChildIteratorType |
Definition at line 258 of file Support/CFG.h.
| typedef BasicBlock llvm::GraphTraits< BasicBlock * >::NodeType |
Definition at line 257 of file Support/CFG.h.
|
inlinestatic |
Definition at line 261 of file Support/CFG.h.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 264 of file Support/CFG.h.
References llvm::succ_end().
|
inlinestatic |
Definition at line 260 of file Support/CFG.h.