|
LLVM
8.0.1
|
#include "llvm/IR/CFG.h"
Public Types | |
| using | NodeRef = BasicBlock * |
| using | ChildIteratorType = pred_iterator |
Static Public Member Functions | |
| static NodeRef | getEntryNode (Inverse< BasicBlock *> G) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
| using llvm::GraphTraits< Inverse< BasicBlock * > >::ChildIteratorType = pred_iterator |
| using llvm::GraphTraits< Inverse< BasicBlock * > >::NodeRef = BasicBlock * |
|
inlinestatic |
Definition at line 332 of file CFG.h.
References llvm::pred_begin().
|
inlinestatic |
Definition at line 333 of file CFG.h.
References llvm::pred_end().
|
inlinestatic |
Definition at line 331 of file CFG.h.
References llvm::Inverse< GraphType >::Graph.
1.8.13