|
LLVM 22.0.0git
|
#include "llvm/CodeGen/ScheduleDAG.h"
Public Types | |
| typedef pointer_iterator< std::vector< SUnit >::iterator > | nodes_iterator |
| using | NodeRef |
| Public Types inherited from llvm::GraphTraits< SUnit * > | |
| typedef SUnit * | NodeRef |
| typedef SUnitIterator | ChildIteratorType |
Static Public Member Functions | |
| static nodes_iterator | nodes_begin (ScheduleDAG *G) |
| static nodes_iterator | nodes_end (ScheduleDAG *G) |
| Static Public Member Functions inherited from llvm::GraphTraits< SUnit * > | |
| static NodeRef | getEntryNode (SUnit *N) |
| static ChildIteratorType | child_begin (NodeRef N) |
| static ChildIteratorType | child_end (NodeRef N) |
Definition at line 715 of file ScheduleDAG.h.
| using llvm::GraphTraits< ScheduleDAG * >::NodeRef |
Definition at line 95 of file GraphTraits.h.
| typedef pointer_iterator<std::vector<SUnit>::iterator> llvm::GraphTraits< ScheduleDAG * >::nodes_iterator |
Definition at line 716 of file ScheduleDAG.h.
|
inlinestatic |
Definition at line 717 of file ScheduleDAG.h.
References G.
|
inlinestatic |
Definition at line 720 of file ScheduleDAG.h.
References G.