LLVM  8.0.1
Public Member Functions | Static Public Member Functions | List of all members
llvm::SUnitIterator Class Reference

#include "llvm/CodeGen/ScheduleDAG.h"

Inheritance diagram for llvm::SUnitIterator:
Inheritance graph
[legend]
Collaboration diagram for llvm::SUnitIterator:
Collaboration graph
[legend]

Public Member Functions

bool operator== (const SUnitIterator &x) const
 
bool operator!= (const SUnitIterator &x) const
 
pointer operator* () const
 
pointer operator-> () const
 
SUnitIteratoroperator++ ()
 
SUnitIterator operator++ (int)
 
unsigned getOperand () const
 
const SUnitgetNode () const
 
bool isCtrlDep () const
 Tests if this is not an SDep::Data dependence. More...
 
bool isArtificialDep () const
 
const SDepgetSDep () const
 

Static Public Member Functions

static SUnitIterator begin (SUnit *N)
 
static SUnitIterator end (SUnit *N)
 

Detailed Description

Definition at line 621 of file ScheduleDAG.h.

Member Function Documentation

◆ begin()

static SUnitIterator llvm::SUnitIterator::begin ( SUnit N)
inlinestatic

Definition at line 647 of file ScheduleDAG.h.

Referenced by llvm::GraphTraits< SUnit * >::child_begin().

◆ end()

static SUnitIterator llvm::SUnitIterator::end ( SUnit N)
inlinestatic

Definition at line 648 of file ScheduleDAG.h.

References llvm::SUnit::Preds.

Referenced by llvm::GraphTraits< SUnit * >::child_end().

◆ getNode()

const SUnit* llvm::SUnitIterator::getNode ( ) const
inline

Definition at line 653 of file ScheduleDAG.h.

◆ getOperand()

unsigned llvm::SUnitIterator::getOperand ( ) const
inline

Definition at line 652 of file ScheduleDAG.h.

◆ getSDep()

const SDep& llvm::SUnitIterator::getSDep ( ) const
inline

Definition at line 662 of file ScheduleDAG.h.

References llvm::SUnit::Preds.

◆ isArtificialDep()

bool llvm::SUnitIterator::isArtificialDep ( ) const
inline

Definition at line 659 of file ScheduleDAG.h.

◆ isCtrlDep()

bool llvm::SUnitIterator::isCtrlDep ( ) const
inline

Tests if this is not an SDep::Data dependence.

Definition at line 656 of file ScheduleDAG.h.

◆ operator!=()

bool llvm::SUnitIterator::operator!= ( const SUnitIterator x) const
inline

Definition at line 632 of file ScheduleDAG.h.

References llvm::SDep::operator==().

◆ operator*()

pointer llvm::SUnitIterator::operator* ( ) const
inline

Definition at line 634 of file ScheduleDAG.h.

References llvm::SUnit::Preds.

◆ operator++() [1/2]

SUnitIterator& llvm::SUnitIterator::operator++ ( )
inline

Definition at line 639 of file ScheduleDAG.h.

◆ operator++() [2/2]

SUnitIterator llvm::SUnitIterator::operator++ ( int  )
inline

Definition at line 643 of file ScheduleDAG.h.

◆ operator->()

pointer llvm::SUnitIterator::operator-> ( ) const
inline

Definition at line 637 of file ScheduleDAG.h.

References llvm::operator*().

◆ operator==()

bool llvm::SUnitIterator::operator== ( const SUnitIterator x) const
inline

Definition at line 629 of file ScheduleDAG.h.


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