|
LLVM 23.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 256 of file SSAUpdater.cpp.
|
inlineexplicit |
Definition at line 262 of file SSAUpdater.cpp.
References P.
Referenced by operator!=(), operator++(), and operator==().
|
inline |
Definition at line 264 of file SSAUpdater.cpp.
References P.
|
inline |
Definition at line 272 of file SSAUpdater.cpp.
|
inline |
Definition at line 271 of file SSAUpdater.cpp.
|
inline |
Definition at line 269 of file SSAUpdater.cpp.
References llvm::operator==(), and PHI_iterator().
|
inline |
Definition at line 267 of file SSAUpdater.cpp.
References PHI_iterator().
|
inline |
Definition at line 268 of file SSAUpdater.cpp.
References PHI_iterator().