LLVM API Documentation
#include <SchedGraphCommon.h>
Inheritance diagram for llvm::SGPredIterator< _NodeType, _EdgeType, _EdgeIter >:


Public Types | |
| typedef SGPredIterator< _NodeType, _EdgeType, _EdgeIter > | _Self |
Public Member Functions | |
| SGPredIterator (_EdgeIter startEdge) | |
| bool | operator== (const _Self &x) const |
| bool | operator!= (const _Self &x) const |
| _NodeType * | operator * () const |
| _NodeType * | operator-> () const |
| _EdgeType * | getEdge () const |
| _Self & | operator++ () |
| _Self | operator++ (int) |
| _Self & | operator-- () |
| _Self | operator-- (int) |
Protected Attributes | |
| _EdgeIter | oi |
Definition at line 232 of file SchedGraphCommon.h.
|
|||||
|
Definition at line 236 of file SchedGraphCommon.h. |
|
||||||||||
|
Definition at line 238 of file SchedGraphCommon.h. |
|
|||||||||
|
Definition at line 247 of file SchedGraphCommon.h. References llvm::SGPredIterator< _NodeType, _EdgeType, _EdgeIter >::oi. |
|
|||||||||
|
Definition at line 244 of file SchedGraphCommon.h. Referenced by llvm::SGPredIterator< _NodeType, _EdgeType, _EdgeIter >::operator->(). |
|
||||||||||
|
Definition at line 241 of file SchedGraphCommon.h. References llvm::SGPredIterator< _NodeType, _EdgeType, _EdgeIter >::operator==(). |
|
||||||||||
|
Definition at line 250 of file SchedGraphCommon.h. |
|
|||||||||
|
Definition at line 249 of file SchedGraphCommon.h. References llvm::SGPredIterator< _NodeType, _EdgeType, _EdgeIter >::oi. |
|
||||||||||
|
Definition at line 255 of file SchedGraphCommon.h. |
|
|||||||||
|
Definition at line 254 of file SchedGraphCommon.h. References llvm::SGPredIterator< _NodeType, _EdgeType, _EdgeIter >::oi. |
|
|||||||||
|
Definition at line 245 of file SchedGraphCommon.h. References llvm::SGPredIterator< _NodeType, _EdgeType, _EdgeIter >::operator *(). |
|
||||||||||
|
Definition at line 240 of file SchedGraphCommon.h. References llvm::SGPredIterator< _NodeType, _EdgeType, _EdgeIter >::oi. Referenced by llvm::SGPredIterator< _NodeType, _EdgeType, _EdgeIter >::operator!=(). |
|
|||||