LLVM
10.0.0svn
|
#include "llvm/IR/ValueMap.h"
Classes | |
struct | ValueTypeProxy |
Public Member Functions | |
ValueMapIterator () | |
ValueMapIterator (BaseT I) | |
BaseT | base () const |
ValueTypeProxy | operator* () const |
ValueTypeProxy | operator-> () const |
bool | operator== (const ValueMapIterator &RHS) const |
bool | operator!= (const ValueMapIterator &RHS) const |
ValueMapIterator & | operator++ () |
ValueMapIterator | operator++ (int) |
Definition at line 49 of file ValueMap.h.
|
inline |
Definition at line 337 of file ValueMap.h.
|
inline |
Definition at line 338 of file ValueMap.h.
|
inline |
Definition at line 340 of file ValueMap.h.
References I.
Referenced by llvm::ValueMap< const Function *, FuncInfo >::erase().
|
inline |
Definition at line 365 of file ValueMap.h.
|
inline |
Definition at line 353 of file ValueMap.h.
|
inline |
Definition at line 369 of file ValueMap.h.
References I.
|
inline |
Definition at line 373 of file ValueMap.h.
References I.
|
inline |
Definition at line 358 of file ValueMap.h.
References llvm::operator*().
|
inline |
Definition at line 362 of file ValueMap.h.