LLVM
8.0.1
|
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 232 of file SSAUpdater.cpp.
|
inlineexplicit |
Definition at line 238 of file SSAUpdater.cpp.
|
inline |
Definition at line 240 of file SSAUpdater.cpp.
|
inline |
Definition at line 248 of file SSAUpdater.cpp.
References llvm::PHINode::getIncomingBlock().
|
inline |
Definition at line 247 of file SSAUpdater.cpp.
References llvm::PHINode::getIncomingValue().
|
inline |
Definition at line 245 of file SSAUpdater.cpp.
References llvm::operator==().
|
inline |
Definition at line 243 of file SSAUpdater.cpp.
|
inline |
Definition at line 244 of file SSAUpdater.cpp.