LLVM  8.0.1
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 "llvm/Analysis/AliasSetTracker.h"

Inheritance diagram for llvm::AliasSet::iterator:
Inheritance graph
[legend]
Collaboration diagram for llvm::AliasSet::iterator:
Collaboration graph
[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
 
LocationSize 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 237 of file AliasSetTracker.h.

Constructor & Destructor Documentation

◆ iterator()

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

Definition at line 242 of file AliasSetTracker.h.

Member Function Documentation

◆ getAAInfo()

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

Definition at line 257 of file AliasSetTracker.h.

◆ getPointer()

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

Definition at line 255 of file AliasSetTracker.h.

◆ getSize()

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

Definition at line 256 of file AliasSetTracker.h.

◆ operator!=()

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

Definition at line 247 of file AliasSetTracker.h.

References llvm::operator==().

◆ operator*()

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

Definition at line 249 of file AliasSetTracker.h.

References assert().

◆ operator++() [1/2]

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

Definition at line 259 of file AliasSetTracker.h.

References assert().

◆ operator++() [2/2]

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

◆ operator->()

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

Definition at line 253 of file AliasSetTracker.h.

References llvm::operator*().

◆ operator==()

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

Definition at line 244 of file AliasSetTracker.h.


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