LLVM 20.0.0git
|
#include "llvm/CodeGen/ScheduleDAG.h"
Public Types | |
typedef SUnit * | NodeRef |
typedef SUnitIterator | ChildIteratorType |
Static Public Member Functions | |
static NodeRef | getEntryNode (SUnit *N) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
Definition at line 694 of file ScheduleDAG.h.
typedef SUnitIterator llvm::GraphTraits< SUnit * >::ChildIteratorType |
Definition at line 696 of file ScheduleDAG.h.
typedef SUnit* llvm::GraphTraits< SUnit * >::NodeRef |
Definition at line 695 of file ScheduleDAG.h.
|
inlinestatic |
Definition at line 698 of file ScheduleDAG.h.
References llvm::SUnitIterator::begin(), and N.
|
inlinestatic |
Definition at line 701 of file ScheduleDAG.h.
References llvm::SUnitIterator::end(), and N.
|
inlinestatic |
Definition at line 697 of file ScheduleDAG.h.
References N.