LLVM 20.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. | |
bool | isArtificialDep () const |
const SDep & | getSDep () const |
Static Public Member Functions | |
static SUnitIterator | begin (SUnit *N) |
static SUnitIterator | end (SUnit *N) |
Definition at line 643 of file ScheduleDAG.h.
using llvm::SUnitIterator::difference_type = std::ptrdiff_t |
Definition at line 652 of file ScheduleDAG.h.
using llvm::SUnitIterator::iterator_category = std::forward_iterator_tag |
Definition at line 650 of file ScheduleDAG.h.
using llvm::SUnitIterator::pointer = value_type * |
Definition at line 653 of file ScheduleDAG.h.
using llvm::SUnitIterator::reference = value_type & |
Definition at line 654 of file ScheduleDAG.h.
using llvm::SUnitIterator::value_type = SUnit |
Definition at line 651 of file ScheduleDAG.h.
|
inlinestatic |
Definition at line 674 of file ScheduleDAG.h.
References N.
Referenced by llvm::GraphTraits< SUnit * >::child_begin().
|
inlinestatic |
Definition at line 675 of file ScheduleDAG.h.
References N.
Referenced by llvm::GraphTraits< SUnit * >::child_end().
Definition at line 680 of file ScheduleDAG.h.
|
inline |
Definition at line 679 of file ScheduleDAG.h.
Definition at line 689 of file ScheduleDAG.h.
Referenced by isArtificialDep(), and isCtrlDep().
|
inline |
Definition at line 686 of file ScheduleDAG.h.
References getSDep(), and llvm::SDep::isArtificial().
Referenced by llvm::DOTGraphTraits< ScheduleDAGMI * >::getEdgeAttributes(), and llvm::DOTGraphTraits< ScheduleDAG * >::getEdgeAttributes().
|
inline |
Tests if this is not an SDep::Data dependence.
Definition at line 683 of file ScheduleDAG.h.
References getSDep(), and llvm::SDep::isCtrl().
Referenced by llvm::DOTGraphTraits< ScheduleDAGMI * >::getEdgeAttributes(), and llvm::DOTGraphTraits< ScheduleDAG * >::getEdgeAttributes().
|
inline |
Definition at line 659 of file ScheduleDAG.h.
References operator==().
|
inline |
Definition at line 661 of file ScheduleDAG.h.
Referenced by operator->().
|
inline |
Definition at line 666 of file ScheduleDAG.h.
|
inline |
Definition at line 670 of file ScheduleDAG.h.
|
inline |
Definition at line 664 of file ScheduleDAG.h.
References operator*().
|
inline |
Definition at line 656 of file ScheduleDAG.h.
Referenced by operator!=().