LLVM API Documentation
#include <ScheduleDAG.h>
Public Types | |
typedef SUnit | NodeType |
typedef SUnitIterator | ChildIteratorType |
Static Public Member Functions | |
static NodeType * | getEntryNode (SUnit *N) |
static ChildIteratorType | child_begin (NodeType *N) |
static ChildIteratorType | child_end (NodeType *N) |
Definition at line 649 of file ScheduleDAG.h.
typedef SUnitIterator llvm::GraphTraits< SUnit * >::ChildIteratorType |
Definition at line 651 of file ScheduleDAG.h.
typedef SUnit llvm::GraphTraits< SUnit * >::NodeType |
Definition at line 650 of file ScheduleDAG.h.
|
inlinestatic |
Definition at line 653 of file ScheduleDAG.h.
References llvm::SUnitIterator::begin().
|
inlinestatic |
Definition at line 656 of file ScheduleDAG.h.
References llvm::SUnitIterator::end().
|
inlinestatic |
Definition at line 652 of file ScheduleDAG.h.
References N.