LLVM API Documentation
#include <PgmDependenceGraph.h>
Inheritance diagram for llvm::PDGIterator:
Public Types | |
typedef PDGIterator | _Self |
Public Member Functions | |
PDGIterator (DepIterState *_istate) | |
~PDGIterator () | |
PDGIterator (const PDGIterator &I) | |
PDGIterator & | operator= (const PDGIterator &I) |
bool | fini () const |
Dependence * | operator * () const |
Dependence * | operator-> () const |
_Self & | operator++ () |
_Self & | operator++ (int) |
bool | operator== (const PDGIterator &I) const |
bool | operator!= (const PDGIterator &I) const |
Friends | |
class | PgmDependenceGraph |
Definition at line 136 of file PgmDependenceGraph.h.
|
Definition at line 151 of file PgmDependenceGraph.h. |
|
Definition at line 153 of file PgmDependenceGraph.h. |
|
Definition at line 154 of file PgmDependenceGraph.h. |
|
Definition at line 156 of file PgmDependenceGraph.h. |
|
fini - check if the iteration is complete Definition at line 166 of file PgmDependenceGraph.h. References llvm::DepIterState::done(). Referenced by operator *(), operator++(), and operator->(). |
|
Definition at line 170 of file PgmDependenceGraph.h. References llvm::DepIterState::dep, and fini(). |
|
Definition at line 189 of file PgmDependenceGraph.h. |
|
|
|
Definition at line 175 of file PgmDependenceGraph.h. References fini(), and llvm::DepIterState::Next(). |
|
Definition at line 171 of file PgmDependenceGraph.h. References llvm::DepIterState::dep, and fini(). |
|
Definition at line 158 of file PgmDependenceGraph.h. References istate. |
|
Definition at line 182 of file PgmDependenceGraph.h. References llvm::DepIterState::done(), and istate. |
|
Definition at line 148 of file PgmDependenceGraph.h. |