LLVM 20.0.0git
|
Iterator to walk just the phi nodes in the basic block. More...
#include "llvm/IR/BasicBlock.h"
Public Member Functions | |
phi_iterator_impl ()=default | |
template<typename PHINodeU , typename BBIteratorU , typename = std::enable_if_t< std::is_convertible<PHINodeU *, PHINodeT *>::value>> | |
phi_iterator_impl (const phi_iterator_impl< PHINodeU, BBIteratorU > &Arg) | |
bool | operator== (const phi_iterator_impl &Arg) const |
PHINodeT & | operator* () const |
phi_iterator_impl & | operator++ () |
Public Member Functions inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
DerivedT | operator+ (DifferenceTypeT n) const |
DerivedT | operator- (DifferenceTypeT n) const |
DerivedT & | operator++ () |
DerivedT | operator++ (int) |
DerivedT & | operator-- () |
DerivedT | operator-- (int) |
bool | operator!= (const DerivedT &RHS) const |
bool | operator> (const DerivedT &RHS) const |
bool | operator<= (const DerivedT &RHS) const |
bool | operator>= (const DerivedT &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (DifferenceTypeT n) const |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
using | iterator_category = IteratorCategoryT |
using | value_type = T |
using | difference_type = DifferenceTypeT |
using | pointer = PointerT |
using | reference = ReferenceT |
Protected Types inherited from llvm::iterator_facade_base< DerivedT, IteratorCategoryT, T, DifferenceTypeT, PointerT, ReferenceT > | |
enum | { IsRandomAccess , IsBidirectional } |
Iterator to walk just the phi nodes in the basic block.
Definition at line 478 of file BasicBlock.h.
|
default |
|
inline |
Definition at line 496 of file BasicBlock.h.
|
inline |
Definition at line 501 of file BasicBlock.h.
|
inline |
Definition at line 504 of file BasicBlock.h.
References assert().
|
inline |
Definition at line 499 of file BasicBlock.h.