|
LLVM
3.7.0
|
#include <CFG.h>
Public Types | |
| typedef const BasicBlock | NodeType |
| typedef const_pred_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) |
| typedef const_pred_iterator llvm::GraphTraits< Inverse< const BasicBlock * > >::ChildIteratorType |
| typedef const BasicBlock llvm::GraphTraits< Inverse< const BasicBlock * > >::NodeType |
|
inlinestatic |
Definition at line 342 of file IR/CFG.h.
References llvm::pred_begin().
|
inlinestatic |
Definition at line 345 of file IR/CFG.h.
References llvm::pred_end().
|
inlinestatic |
Definition at line 339 of file IR/CFG.h.
References llvm::Inverse< GraphType >::Graph.
1.8.6