LLVM 20.0.0git
|
#include "llvm/Transforms/Scalar/GVN.h"
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = const LeaderTableEntry |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
Public Member Functions | |
leader_iterator (const LeaderListNode *C) | |
leader_iterator & | operator++ () |
bool | operator== (const leader_iterator &Other) const |
bool | operator!= (const leader_iterator &Other) const |
reference | operator* () const |
using llvm::GVNPass::LeaderMap::leader_iterator::difference_type = std::ptrdiff_t |
using llvm::GVNPass::LeaderMap::leader_iterator::iterator_category = std::forward_iterator_tag |
|
inline |
|
inline |
Definition at line 270 of file GVN.h.
References llvm::Other.
|
inline |
|
inline |
|
inline |
Definition at line 267 of file GVN.h.
References llvm::Other.