LLVM 17.0.0git
Public Types | Public Member Functions | List of all members
llvm::rdf::RegisterAggr::rr_iterator Struct Reference

#include "llvm/CodeGen/RDFRegisters.h"

Public Types

using MapType = std::map< RegisterId, LaneBitmask >
 

Public Member Functions

 rr_iterator (const RegisterAggr &RG, bool End)
 
RegisterRef operator* () const
 
rr_iteratoroperator++ ()
 
bool operator== (const rr_iterator &I) const
 
bool operator!= (const rr_iterator &I) const
 

Detailed Description

Definition at line 204 of file RDFRegisters.h.

Member Typedef Documentation

◆ MapType

Definition at line 205 of file RDFRegisters.h.

Constructor & Destructor Documentation

◆ rr_iterator()

RegisterAggr::rr_iterator::rr_iterator ( const RegisterAggr RG,
bool  End 
)

Member Function Documentation

◆ operator!=()

bool llvm::rdf::RegisterAggr::rr_iterator::operator!= ( const rr_iterator I) const
inline

Definition at line 232 of file RDFRegisters.h.

References I.

◆ operator*()

RegisterRef llvm::rdf::RegisterAggr::rr_iterator::operator* ( ) const
inline

Definition at line 216 of file RDFRegisters.h.

◆ operator++()

rr_iterator & llvm::rdf::RegisterAggr::rr_iterator::operator++ ( )
inline

Definition at line 220 of file RDFRegisters.h.

◆ operator==()

bool llvm::rdf::RegisterAggr::rr_iterator::operator== ( const rr_iterator I) const
inline

Definition at line 226 of file RDFRegisters.h.

References assert(), and I.


The documentation for this struct was generated from the following files: