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 663 of file ScheduleDAG.h.
typedef SUnitIterator llvm::GraphTraits< SUnit * >::ChildIteratorType |
Definition at line 665 of file ScheduleDAG.h.
typedef SUnit llvm::GraphTraits< SUnit * >::NodeType |
Definition at line 664 of file ScheduleDAG.h.
static ChildIteratorType llvm::GraphTraits< SUnit * >::child_begin | ( | NodeType * | N | ) | [inline, static] |
Definition at line 667 of file ScheduleDAG.h.
References llvm::SUnitIterator::begin().
static ChildIteratorType llvm::GraphTraits< SUnit * >::child_end | ( | NodeType * | N | ) | [inline, static] |
Definition at line 670 of file ScheduleDAG.h.
References llvm::SUnitIterator::end().
static NodeType* llvm::GraphTraits< SUnit * >::getEntryNode | ( | SUnit * | N | ) | [inline, static] |
Definition at line 666 of file ScheduleDAG.h.