LLVM  3.7.0
Public Member Functions | List of all members
llvm::AliasSet::iterator Class Reference

Define an iterator for alias sets... this is just a forward iterator. More...

#include <AliasSetTracker.h>

Inheritance diagram for llvm::AliasSet::iterator:
[legend]
Collaboration diagram for llvm::AliasSet::iterator:
[legend]

Public Member Functions

 iterator (PointerRec *CN=nullptr)
 
bool operator== (const iterator &x) const
 
bool operator!= (const iterator &x) const
 
value_type & operator* () const
 
value_type * operator-> () const
 
ValuegetPointer () const
 
uint64_t getSize () const
 
AAMDNodes getAAInfo () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 

Detailed Description

Define an iterator for alias sets... this is just a forward iterator.

Definition at line 190 of file AliasSetTracker.h.

Constructor & Destructor Documentation

llvm::AliasSet::iterator::iterator ( PointerRec *  CN = nullptr)
inlineexplicit

Definition at line 194 of file AliasSetTracker.h.

Member Function Documentation

AAMDNodes llvm::AliasSet::iterator::getAAInfo ( ) const
inline

Definition at line 209 of file AliasSetTracker.h.

Value* llvm::AliasSet::iterator::getPointer ( ) const
inline

Definition at line 207 of file AliasSetTracker.h.

uint64_t llvm::AliasSet::iterator::getSize ( ) const
inline

Definition at line 208 of file AliasSetTracker.h.

bool llvm::AliasSet::iterator::operator!= ( const iterator x) const
inline

Definition at line 199 of file AliasSetTracker.h.

References operator==().

value_type& llvm::AliasSet::iterator::operator* ( ) const
inline

Definition at line 201 of file AliasSetTracker.h.

Referenced by operator->().

iterator& llvm::AliasSet::iterator::operator++ ( )
inline

Definition at line 211 of file AliasSetTracker.h.

iterator llvm::AliasSet::iterator::operator++ ( int  )
inline

Definition at line 216 of file AliasSetTracker.h.

value_type* llvm::AliasSet::iterator::operator-> ( ) const
inline

Definition at line 205 of file AliasSetTracker.h.

References operator*().

bool llvm::AliasSet::iterator::operator== ( const iterator x) const
inline

Definition at line 196 of file AliasSetTracker.h.

Referenced by operator!=().


The documentation for this class was generated from the following file: