|
LLVM
3.7.0
|
#include <CFG.h>
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) |
| typedef pred_iterator llvm::GraphTraits< Inverse< BasicBlock * > >::ChildIteratorType |
| typedef BasicBlock llvm::GraphTraits< Inverse< BasicBlock * > >::NodeType |
|
inlinestatic |
Definition at line 328 of file IR/CFG.h.
References llvm::pred_begin().
|
inlinestatic |
Definition at line 331 of file IR/CFG.h.
References llvm::pred_end().
|
inlinestatic |
Definition at line 327 of file IR/CFG.h.
References llvm::Inverse< GraphType >::Graph.
1.8.6