LLVM API Documentation
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 218 of file SSAUpdater.cpp.
|
inlineexplicit |
Definition at line 224 of file SSAUpdater.cpp.
|
inline |
Definition at line 226 of file SSAUpdater.cpp.
|
inline |
Definition at line 233 of file SSAUpdater.cpp.
References llvm::TargetOpcode::PHI.
|
inline |
Definition at line 232 of file SSAUpdater.cpp.
References llvm::TargetOpcode::PHI.
|
inline |
Definition at line 231 of file SSAUpdater.cpp.
References llvm::operator==().
|
inline |
Definition at line 229 of file SSAUpdater.cpp.
|
inline |
Definition at line 230 of file SSAUpdater.cpp.