LLVM API Documentation
#include <CFG.h>
Inheritance diagram for llvm::GraphTraits< BasicBlock * >:
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 164 of file CFG.h.
|
|
|
|
|
Definition at line 169 of file CFG.h. References llvm::succ_begin(). |
|
Definition at line 172 of file CFG.h. References llvm::succ_end(). |
|
|