LLVM
8.0.1
|
Public Types | |
using | NodeRef = const BasicBlock * |
using | ChildIteratorType = succ_const_iterator |
using | nodes_iterator = pointer_iterator< Function::const_iterator > |
Static Public Member Functions | |
static NodeRef | getEntryNode (const PGOUseFunc *G) |
static ChildIteratorType | child_begin (const NodeRef N) |
static ChildIteratorType | child_end (const NodeRef N) |
static nodes_iterator | nodes_begin (const PGOUseFunc *G) |
static nodes_iterator | nodes_end (const PGOUseFunc *G) |
Definition at line 1651 of file PGOInstrumentation.cpp.
using llvm::GraphTraits< PGOUseFunc * >::ChildIteratorType = succ_const_iterator |
Definition at line 1653 of file PGOInstrumentation.cpp.
using llvm::GraphTraits< PGOUseFunc * >::NodeRef = const BasicBlock * |
Definition at line 1652 of file PGOInstrumentation.cpp.
using llvm::GraphTraits< PGOUseFunc * >::nodes_iterator = pointer_iterator<Function::const_iterator> |
Definition at line 1654 of file PGOInstrumentation.cpp.
|
inlinestatic |
Definition at line 1660 of file PGOInstrumentation.cpp.
References llvm::succ_begin().
|
inlinestatic |
Definition at line 1664 of file PGOInstrumentation.cpp.
References llvm::succ_end().
|
inlinestatic |
Definition at line 1656 of file PGOInstrumentation.cpp.
|
inlinestatic |
Definition at line 1666 of file PGOInstrumentation.cpp.
|
inlinestatic |
Definition at line 1670 of file PGOInstrumentation.cpp.