LLVM 22.0.0git
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_iteratoroperator++ ()
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 4041 of file InstrRefBasedImpl.cpp.

Constructor & Destructor Documentation

◆ PHI_iterator() [1/2]

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

Definition at line 4047 of file InstrRefBasedImpl.cpp.

References P.

Referenced by operator!=(), operator++(), and operator==().

◆ PHI_iterator() [2/2]

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

Definition at line 4049 of file InstrRefBasedImpl.cpp.

References P, and llvm::size().

Member Function Documentation

◆ getIncomingBlock()

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

Definition at line 4061 of file InstrRefBasedImpl.cpp.

◆ getIncomingValue()

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

Definition at line 4059 of file InstrRefBasedImpl.cpp.

◆ operator!=()

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

Definition at line 4057 of file InstrRefBasedImpl.cpp.

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

◆ operator++()

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

Definition at line 4052 of file InstrRefBasedImpl.cpp.

References PHI_iterator().

◆ operator==()

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

Definition at line 4056 of file InstrRefBasedImpl.cpp.

References PHI_iterator(), and X.


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