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 217 of file SSAUpdater.cpp.
llvm::SSAUpdaterTraits< SSAUpdater >::PHI_iterator::PHI_iterator | ( | PHINode * | P | ) | [inline, explicit] |
Definition at line 223 of file SSAUpdater.cpp.
llvm::SSAUpdaterTraits< SSAUpdater >::PHI_iterator::PHI_iterator | ( | PHINode * | P, |
bool | |||
) | [inline] |
Definition at line 225 of file SSAUpdater.cpp.
BasicBlock* llvm::SSAUpdaterTraits< SSAUpdater >::PHI_iterator::getIncomingBlock | ( | ) | [inline] |
Definition at line 232 of file SSAUpdater.cpp.
References llvm::TargetOpcode::PHI.
Value* llvm::SSAUpdaterTraits< SSAUpdater >::PHI_iterator::getIncomingValue | ( | ) | [inline] |
Definition at line 231 of file SSAUpdater.cpp.
References llvm::TargetOpcode::PHI.
bool llvm::SSAUpdaterTraits< SSAUpdater >::PHI_iterator::operator!= | ( | const PHI_iterator & | x | ) | const [inline] |
Definition at line 230 of file SSAUpdater.cpp.
References llvm::operator==().
PHI_iterator& llvm::SSAUpdaterTraits< SSAUpdater >::PHI_iterator::operator++ | ( | ) | [inline] |
Definition at line 228 of file SSAUpdater.cpp.
bool llvm::SSAUpdaterTraits< SSAUpdater >::PHI_iterator::operator== | ( | const PHI_iterator & | x | ) | const [inline] |
Definition at line 229 of file SSAUpdater.cpp.