LLVM
8.0.1
|
#include "llvm/CodeGen/ScheduleDAG.h"
Public Member Functions | |
bool | operator== (const SUnitIterator &x) const |
bool | operator!= (const SUnitIterator &x) const |
pointer | operator* () const |
pointer | operator-> () const |
SUnitIterator & | operator++ () |
SUnitIterator | operator++ (int) |
unsigned | getOperand () const |
const SUnit * | getNode () const |
bool | isCtrlDep () const |
Tests if this is not an SDep::Data dependence. More... | |
bool | isArtificialDep () const |
const SDep & | getSDep () const |
Static Public Member Functions | |
static SUnitIterator | begin (SUnit *N) |
static SUnitIterator | end (SUnit *N) |
Definition at line 621 of file ScheduleDAG.h.
|
inlinestatic |
Definition at line 647 of file ScheduleDAG.h.
Referenced by llvm::GraphTraits< SUnit * >::child_begin().
|
inlinestatic |
Definition at line 648 of file ScheduleDAG.h.
References llvm::SUnit::Preds.
Referenced by llvm::GraphTraits< SUnit * >::child_end().
Definition at line 653 of file ScheduleDAG.h.
|
inline |
Definition at line 652 of file ScheduleDAG.h.
Definition at line 662 of file ScheduleDAG.h.
References llvm::SUnit::Preds.
|
inline |
Definition at line 659 of file ScheduleDAG.h.
|
inline |
Tests if this is not an SDep::Data dependence.
Definition at line 656 of file ScheduleDAG.h.
|
inline |
Definition at line 632 of file ScheduleDAG.h.
References llvm::SDep::operator==().
|
inline |
Definition at line 634 of file ScheduleDAG.h.
References llvm::SUnit::Preds.
|
inline |
Definition at line 639 of file ScheduleDAG.h.
|
inline |
Definition at line 643 of file ScheduleDAG.h.
|
inline |
Definition at line 637 of file ScheduleDAG.h.
References llvm::operator*().
|
inline |
Definition at line 629 of file ScheduleDAG.h.