LLVM 19.0.0git
Public Member Functions | List of all members
llvm::SSAUpdaterTraits< LDVSSAUpdater >::PHI_iterator Class Reference

Iterator for PHI operands. More...

Public Member Functions

 PHI_iterator (LDVSSAPhi *P)
 
 PHI_iterator (LDVSSAPhi *P, bool)
 
PHI_iterator & operator++ ()
 
bool operator== (const PHI_iterator &X) const
 
bool operator!= (const PHI_iterator &X) const
 
BlockValueNum getIncomingValue ()
 
LDVSSABlock * getIncomingBlock ()
 

Detailed Description

Iterator for PHI operands.

Definition at line 3983 of file InstrRefBasedImpl.cpp.

Constructor & Destructor Documentation

◆ PHI_iterator() [1/2]

llvm::SSAUpdaterTraits< LDVSSAUpdater >::PHI_iterator::PHI_iterator ( LDVSSAPhi *  P)
inlineexplicit

Definition at line 3989 of file InstrRefBasedImpl.cpp.

◆ PHI_iterator() [2/2]

llvm::SSAUpdaterTraits< LDVSSAUpdater >::PHI_iterator::PHI_iterator ( LDVSSAPhi *  P,
bool   
)
inline

Definition at line 3991 of file InstrRefBasedImpl.cpp.

References llvm::size().

Member Function Documentation

◆ getIncomingBlock()

LDVSSABlock * llvm::SSAUpdaterTraits< LDVSSAUpdater >::PHI_iterator::getIncomingBlock ( )
inline

Definition at line 4003 of file InstrRefBasedImpl.cpp.

References Idx, and PHI.

◆ getIncomingValue()

BlockValueNum llvm::SSAUpdaterTraits< LDVSSAUpdater >::PHI_iterator::getIncomingValue ( )
inline

Definition at line 4001 of file InstrRefBasedImpl.cpp.

References Idx, and PHI.

◆ operator!=()

bool llvm::SSAUpdaterTraits< LDVSSAUpdater >::PHI_iterator::operator!= ( const PHI_iterator &  X) const
inline

Definition at line 3999 of file InstrRefBasedImpl.cpp.

References llvm::operator==(), and X.

◆ operator++()

PHI_iterator & llvm::SSAUpdaterTraits< LDVSSAUpdater >::PHI_iterator::operator++ ( )
inline

Definition at line 3994 of file InstrRefBasedImpl.cpp.

References Idx.

◆ operator==()

bool llvm::SSAUpdaterTraits< LDVSSAUpdater >::PHI_iterator::operator== ( const PHI_iterator &  X) const
inline

Definition at line 3998 of file InstrRefBasedImpl.cpp.

References Idx, and X.


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