LLVM 20.0.0git
|
Additional Inherited Members | |
Public Types inherited from llvm::GraphTraits< ScheduleDAG * > | |
typedef pointer_iterator< std::vector< SUnit >::iterator > | nodes_iterator |
Public Types inherited from llvm::GraphTraits< SUnit * > | |
typedef SUnit * | NodeRef |
typedef SUnitIterator | ChildIteratorType |
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 4384 of file MachineScheduler.cpp.