|
LLVM
8.0.1
|
#include "llvm/IR/ValueMap.h"

Public Member Functions | |
| ValueTypeProxy * | operator-> () |
| operator std::pair< KeyT, ValueT > () const | |
Public Attributes | |
| const KeyT | first |
| ValueT & | second |
Definition at line 348 of file ValueMap.h.
|
inline |
Definition at line 354 of file ValueMap.h.
|
inline |
Definition at line 352 of file ValueMap.h.
| const KeyT llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::first |
Definition at line 349 of file ValueMap.h.
| ValueT& llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::second |
Definition at line 350 of file ValueMap.h.
Referenced by llvm::ValueMapCallbackVH< KeyT, ValueT, Config >::allUsesReplacedWith(), CloneLoop(), llvm::GlobalNumberState::getNumber(), llvm::remapInstruction(), llvm::UnrollLoop(), UpdateCallGraphAfterInlining(), and llvm::LoopVersioning::versionLoop().
1.8.13