LLVM API Documentation
#include <IntervalIterator.h>
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.
typedef IntervalIterator<NodeTy, OrigContainer_t> llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::_Self |
Definition at line 97 of file IntervalIterator.h.
typedef std::forward_iterator_tag llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::iterator_category |
Definition at line 98 of file IntervalIterator.h.
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator | ( | ) | [inline] |
Definition at line 100 of file IntervalIterator.h.
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator | ( | Function * | M, |
bool | OwnMemory | ||
) | [inline] |
Definition at line 101 of file IntervalIterator.h.
References llvm::Function::front(), and llvm_unreachable.
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::IntervalIterator | ( | IntervalPartition & | IP, |
bool | OwnMemory | ||
) | [inline] |
Definition at line 108 of file IntervalIterator.h.
References llvm::IntervalPartition::getRootInterval(), and llvm_unreachable.
llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::~IntervalIterator | ( | ) | [inline] |
Definition at line 115 of file IntervalIterator.h.
References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator*().
bool llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator!= | ( | const _Self & | x | ) | const [inline] |
Definition at line 124 of file IntervalIterator.h.
References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator==().
const Interval* llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator* | ( | ) | const [inline] |
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().
Interval* llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator* | ( | ) | [inline] |
Definition at line 127 of file IntervalIterator.h.
_Self& llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator++ | ( | ) | [inline] |
Definition at line 131 of file IntervalIterator.h.
References llvm::getSourceGraphNode(), and llvm::succ_end().
_Self llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator++ | ( | int | ) | [inline] |
Definition at line 153 of file IntervalIterator.h.
const Interval* llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator-> | ( | ) | const [inline] |
Definition at line 128 of file IntervalIterator.h.
References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator*().
Interval* llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator-> | ( | ) | [inline] |
Definition at line 129 of file IntervalIterator.h.
References llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator*().
bool llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator== | ( | const _Self & | x | ) | const [inline] |
Definition at line 123 of file IntervalIterator.h.
Referenced by llvm::IntervalIterator< NodeTy, OrigContainer_t, GT, IGT >::operator!=().