LLVM API Documentation
#include <CFG.h>
Inheritance diagram for llvm::GraphTraits< Inverse< BasicBlock * > >:

Public Types | |
| typedef BasicBlock | NodeType |
| typedef pred_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeType * | getEntryNode (Inverse< BasicBlock * > G) |
| static ChildIteratorType | child_begin (NodeType *N) |
| static ChildIteratorType | child_end (NodeType *N) |
Definition at line 196 of file CFG.h.
|
|
|
|
|
|
|
|
Definition at line 200 of file CFG.h. References llvm::pred_begin(). |
|
|
Definition at line 203 of file CFG.h. References llvm::pred_end(). |
|
|
Reimplemented in llvm::GraphTraits< Inverse< Function * > >. Definition at line 199 of file CFG.h. References llvm::Inverse< GraphType >::Graph. |