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