|
LLVM 24.0.0git
|
Public Types | |
| using | NodeRef = const BasicBlock * |
| using | ChildIteratorType = const_succ_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 2518 of file PGOInstrumentation.cpp.
| using llvm::GraphTraits< PGOUseFunc * >::ChildIteratorType = const_succ_iterator |
Definition at line 2520 of file PGOInstrumentation.cpp.
| using llvm::GraphTraits< PGOUseFunc * >::NodeRef = const BasicBlock * |
Definition at line 2519 of file PGOInstrumentation.cpp.
| using llvm::GraphTraits< PGOUseFunc * >::nodes_iterator = pointer_iterator<Function::const_iterator> |
Definition at line 2521 of file PGOInstrumentation.cpp.
|
inlinestatic |
Definition at line 2527 of file PGOInstrumentation.cpp.
References N, and llvm::succ_begin().
|
inlinestatic |
Definition at line 2531 of file PGOInstrumentation.cpp.
References N, and llvm::succ_end().
|
inlinestatic |
Definition at line 2523 of file PGOInstrumentation.cpp.
References G.
|
inlinestatic |
Definition at line 2533 of file PGOInstrumentation.cpp.
References G.
|
inlinestatic |
Definition at line 2537 of file PGOInstrumentation.cpp.
References G.