LLVM 20.0.0git
|
Public Member Functions | |
PHI_iterator (PHINode *P) | |
PHI_iterator (PHINode *P, bool) | |
PHI_iterator & | operator++ () |
bool | operator== (const PHI_iterator &x) const |
bool | operator!= (const PHI_iterator &x) const |
Value * | getIncomingValue () |
BasicBlock * | getIncomingBlock () |
Definition at line 273 of file SSAUpdater.cpp.
|
inlineexplicit |
Definition at line 279 of file SSAUpdater.cpp.
|
inline |
Definition at line 281 of file SSAUpdater.cpp.
|
inline |
Definition at line 289 of file SSAUpdater.cpp.
References PHI.
|
inline |
Definition at line 288 of file SSAUpdater.cpp.
References PHI.
|
inline |
Definition at line 286 of file SSAUpdater.cpp.
References llvm::operator==().
|
inline |
Definition at line 284 of file SSAUpdater.cpp.
|
inline |
Definition at line 285 of file SSAUpdater.cpp.