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) |
Definition at line 269 of file Support/CFG.h.
typedef succ_const_iterator llvm::GraphTraits< const BasicBlock * >::ChildIteratorType |
Definition at line 271 of file Support/CFG.h.
typedef const BasicBlock llvm::GraphTraits< const BasicBlock * >::NodeType |
Definition at line 270 of file Support/CFG.h.
|
inlinestatic |
Definition at line 275 of file Support/CFG.h.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 278 of file Support/CFG.h.
References llvm::succ_end().
|
inlinestatic |
Definition at line 273 of file Support/CFG.h.