|
LLVM 22.0.0git
|
Public Types | |
| using | NodeRef |
| Public Types inherited from llvm::GraphTraits< ScheduleDAG * > | |
| typedef pointer_iterator< std::vector< SUnit >::iterator > | nodes_iterator |
| using | NodeRef |
| Public Types inherited from llvm::GraphTraits< SUnit * > | |
| typedef SUnit * | NodeRef |
| typedef SUnitIterator | ChildIteratorType |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::GraphTraits< ScheduleDAG * > | |
| 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 4800 of file MachineScheduler.cpp.
| using llvm::GraphTraits< ScheduleDAGMI * >::NodeRef |
Definition at line 95 of file GraphTraits.h.