LLVM API Documentation
#include <IntervalIterator.h>
Collaboration diagram for llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >:
Public Types | |
typedef IntervalIterator< NodeTy, OrigContainer_t > | _Self |
typedef std::forward_iterator_tag | iterator_category |
Public Member Functions | |
IntervalIterator () | |
IntervalIterator (Function *M, bool OwnMemory) | |
IntervalIterator (IntervalPartition &IP, bool OwnMemory) | |
~IntervalIterator () | |
bool | operator== (const _Self &x) const |
bool | operator!= (const _Self &x) const |
const Interval * | operator * () const |
Interval * | operator * () |
const Interval * | operator-> () const |
Interval * | operator-> () |
_Self & | operator++ () |
_Self | operator++ (int) |
Definition at line 90 of file IntervalIterator.h.
|
Definition at line 97 of file IntervalIterator.h. |
|
Definition at line 98 of file IntervalIterator.h. |
|
Definition at line 100 of file IntervalIterator.h. |
|
Definition at line 101 of file IntervalIterator.h. References llvm::Function::front(). |
|
Definition at line 108 of file IntervalIterator.h. References llvm::IntervalPartition::getRootInterval(). |
|
Definition at line 115 of file IntervalIterator.h. References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator *(). |
|
Definition at line 127 of file IntervalIterator.h. |
|
Definition at line 126 of file IntervalIterator.h. Referenced by llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator->(), and llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::~IntervalIterator(). |
|
Definition at line 124 of file IntervalIterator.h. References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator==(). |
|
Definition at line 153 of file IntervalIterator.h. |
|
Definition at line 131 of file IntervalIterator.h. References llvm::getSourceGraphNode(), and llvm::succ_end(). |
|
Definition at line 129 of file IntervalIterator.h. References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator *(). |
|
Definition at line 128 of file IntervalIterator.h. References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator *(). |
|
Definition at line 123 of file IntervalIterator.h. References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntStack. Referenced by llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator!=(). |