LLVM 22.0.0git
|
#include "llvm/ADT/IndexedMap.h"
Public Member Functions | |
IndexedMap () | |
IndexedMap (const T &val) | |
StorageT::reference | operator[] (IndexT n) |
StorageT::const_reference | operator[] (IndexT n) const |
void | reserve (typename StorageT::size_type s) |
void | resize (typename StorageT::size_type s) |
void | clear () |
void | grow (IndexT n) |
bool | inBounds (IndexT n) const |
StorageT::size_type | size () const |
Definition at line 30 of file IndexedMap.h.
|
inline |
Definition at line 42 of file IndexedMap.h.
|
inlineexplicit |
Definition at line 44 of file IndexedMap.h.
|
inline |
Definition at line 60 of file IndexedMap.h.
|
inline |
Definition at line 62 of file IndexedMap.h.
|
inline |
Definition at line 68 of file IndexedMap.h.
|
inline |
Definition at line 46 of file IndexedMap.h.
|
inline |
Definition at line 51 of file IndexedMap.h.
|
inline |
Definition at line 56 of file IndexedMap.h.
|
inline |
Definition at line 58 of file IndexedMap.h.
Referenced by llvm::IndexedMap< LiveOutPair, MBB2NumberFunctor >::grow().
|
inline |
Definition at line 70 of file IndexedMap.h.