LLVM API Documentation
#include <CFG.h>
Inheritance diagram for llvm::GraphTraits< Inverse< const BasicBlock * > >:
Public Types | |
typedef const BasicBlock | NodeType |
typedef pred_const_iterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (Inverse< const BasicBlock * > G) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 208 of file CFG.h.
|
|
|
|
|
Definition at line 214 of file CFG.h. References llvm::pred_begin(). |
|
Definition at line 217 of file CFG.h. References llvm::pred_end(). |
|
Reimplemented in llvm::GraphTraits< Inverse< const Function * > >. Definition at line 211 of file CFG.h. References llvm::Inverse< GraphType >::Graph. |