|
LLVM
4.0.0
|
#include <ValueMap.h>
Public Member Functions | |
| ValueTypeProxy * | operator-> () |
| operator std::pair< KeyT, ValueT > () const | |
Public Attributes | |
| const KeyT | first |
| ValueT & | second |
Definition at line 344 of file ValueMap.h.
|
inline |
Definition at line 348 of file ValueMap.h.
References llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::first, and llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::second.
|
inline |
Definition at line 347 of file ValueMap.h.
| const KeyT llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::first |
Definition at line 345 of file ValueMap.h.
Referenced by llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT >().
| ValueT& llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::second |
Definition at line 346 of file ValueMap.h.
Referenced by llvm::StackProtector::adjustForColoring(), llvm::ValueMapCallbackVH< KeyT, ValueT, Config >::allUsesReplacedWith(), llvm::GlobalNumberState::getNumber(), llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT >(), remapInstruction(), llvm::UnrollLoop(), and UpdateCallGraphAfterInlining().
1.8.6