LLVM
15.0.0git
|
#include "llvm/CodeGen/ScheduleDAG.h"
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = SUnit |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
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 617 of file ScheduleDAG.h.
using llvm::SUnitIterator::difference_type = std::ptrdiff_t |
Definition at line 626 of file ScheduleDAG.h.
using llvm::SUnitIterator::iterator_category = std::forward_iterator_tag |
Definition at line 624 of file ScheduleDAG.h.
using llvm::SUnitIterator::pointer = value_type * |
Definition at line 627 of file ScheduleDAG.h.
using llvm::SUnitIterator::reference = value_type & |
Definition at line 628 of file ScheduleDAG.h.
using llvm::SUnitIterator::value_type = SUnit |
Definition at line 625 of file ScheduleDAG.h.
|
inlinestatic |
Definition at line 648 of file ScheduleDAG.h.
References N.
Referenced by llvm::GraphTraits< SUnit * >::child_begin().
|
inlinestatic |
Definition at line 649 of file ScheduleDAG.h.
References N.
Referenced by llvm::GraphTraits< SUnit * >::child_end().
Definition at line 654 of file ScheduleDAG.h.
|
inline |
Definition at line 653 of file ScheduleDAG.h.
Definition at line 663 of file ScheduleDAG.h.
Referenced by isArtificialDep(), and isCtrlDep().
|
inline |
Definition at line 660 of file ScheduleDAG.h.
References getSDep(), and llvm::SDep::isArtificial().
|
inline |
Tests if this is not an SDep::Data dependence.
Definition at line 657 of file ScheduleDAG.h.
References getSDep(), and llvm::SDep::isCtrl().
|
inline |
Definition at line 633 of file ScheduleDAG.h.
References operator==(), and x.
|
inline |
Definition at line 635 of file ScheduleDAG.h.
Referenced by operator->().
|
inline |
Definition at line 640 of file ScheduleDAG.h.
|
inline |
Definition at line 644 of file ScheduleDAG.h.
|
inline |
Definition at line 638 of file ScheduleDAG.h.
References operator*().
|
inline |