LLVM 22.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 250 of file SSAUpdater.cpp.
|
inlineexplicit |
Definition at line 256 of file SSAUpdater.cpp.
|
inline |
Definition at line 258 of file SSAUpdater.cpp.
|
inline |
Definition at line 266 of file SSAUpdater.cpp.
References PHI.
|
inline |
Definition at line 265 of file SSAUpdater.cpp.
References PHI.
|
inline |
Definition at line 263 of file SSAUpdater.cpp.
References llvm::operator==().
|
inline |
Definition at line 261 of file SSAUpdater.cpp.
|
inline |
Definition at line 262 of file SSAUpdater.cpp.