LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
llvm::GraphTraits< SUnit * > Struct Template Reference

#include <ScheduleDAG.h>

Inheritance diagram for llvm::GraphTraits< SUnit * >:
Inheritance graph
[legend]

Public Types

typedef SUnit NodeType
 
typedef SUnitIterator ChildIteratorType
 

Static Public Member Functions

static NodeTypegetEntryNode (SUnit *N)
 
static ChildIteratorType child_begin (NodeType *N)
 
static ChildIteratorType child_end (NodeType *N)
 

Detailed Description

template<>
struct llvm::GraphTraits< SUnit * >

Definition at line 649 of file ScheduleDAG.h.

Member Typedef Documentation

Definition at line 651 of file ScheduleDAG.h.

Definition at line 650 of file ScheduleDAG.h.

Member Function Documentation

static ChildIteratorType llvm::GraphTraits< SUnit * >::child_begin ( NodeType N)
inlinestatic

Definition at line 653 of file ScheduleDAG.h.

References llvm::SUnitIterator::begin().

static ChildIteratorType llvm::GraphTraits< SUnit * >::child_end ( NodeType N)
inlinestatic

Definition at line 656 of file ScheduleDAG.h.

References llvm::SUnitIterator::end().

static NodeType* llvm::GraphTraits< SUnit * >::getEntryNode ( SUnit N)
inlinestatic

Definition at line 652 of file ScheduleDAG.h.

References N.


The documentation for this struct was generated from the following file: