LLVM API Documentation
#include <AliasSetTracker.h>
Inheritance diagram for llvm::AliasSet::iterator:
Public Member Functions | |
iterator (HashNodePair *CN=0) | |
bool | operator== (const iterator &x) const |
bool | operator!= (const iterator &x) const |
const iterator & | operator= (const iterator &I) |
value_type & | operator * () const |
value_type * | operator-> () const |
Value * | getPointer () const |
unsigned | getSize () const |
iterator & | operator++ () |
iterator | operator++ (int) |
Definition at line 162 of file AliasSetTracker.h.
|
Definition at line 165 of file AliasSetTracker.h. |
|
Definition at line 183 of file AliasSetTracker.h. Referenced by llvm::AliasSetTracker::add(), and llvm::AliasSetTracker::remove(). |
|
Definition at line 184 of file AliasSetTracker.h. Referenced by llvm::AliasSetTracker::add(). |
|
Definition at line 177 of file AliasSetTracker.h. Referenced by operator->(). |
|
Definition at line 170 of file AliasSetTracker.h. References operator==(). |
|
Definition at line 191 of file AliasSetTracker.h. |
|
Definition at line 186 of file AliasSetTracker.h. |
|
Definition at line 181 of file AliasSetTracker.h. References operator *(). |
|
Definition at line 172 of file AliasSetTracker.h. References CurNode. |
|
Definition at line 167 of file AliasSetTracker.h. References CurNode. Referenced by operator!=(). |