|
LLVM
4.0.0
|
#include <CFG.h>
Public Types | |
| typedef const BasicBlock * | NodeRef |
| typedef const_pred_iterator | ChildIteratorType |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Inverse< const BasicBlock * > G) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| typedef const_pred_iterator llvm::GraphTraits< Inverse< const BasicBlock * > >::ChildIteratorType |
| typedef const BasicBlock* llvm::GraphTraits< Inverse< const BasicBlock * > >::NodeRef |
|
inlinestatic |
Definition at line 198 of file IR/CFG.h.
References llvm::pred_begin().
|
inlinestatic |
Definition at line 199 of file IR/CFG.h.
References llvm::pred_end().
|
inlinestatic |
Definition at line 197 of file IR/CFG.h.
References llvm::Inverse< GraphType >::Graph.
1.8.6