LLVM
8.0.1
|
#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 64 of file IndexedMap.h.
Referenced by llvm::VirtRegMap::clearAllVirt(), llvm::MachineRegisterInfo::clearSimpleHint(), llvm::MachineRegisterInfo::clearVirtRegTypes(), llvm::createGreedyRegisterAllocator(), INITIALIZE_PASS(), llvm::LiveVariables::releaseMemory(), and llvm::MachineRegisterInfo::setRegAllocationHint().
|
inline |
Definition at line 68 of file IndexedMap.h.
Referenced by llvm::LiveIntervals::createEmptyInterval(), llvm::createGreedyRegisterAllocator(), llvm::MachineRegisterInfo::insertVRegByName(), llvm::MachineRegisterInfo::setType(), and llvm::SystemZFrameLowering::SystemZFrameLowering().
|
inline |
Definition at line 74 of file IndexedMap.h.
Referenced by llvm::createGreedyRegisterAllocator(), llvm::MachineRegisterInfo::getType(), llvm::MachineRegisterInfo::getVRegName(), and llvm::LiveIntervals::hasInterval().
|
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 60 of file IndexedMap.h.
Referenced by getNumAllocatableRegsForConstraints(), llvm::IndexedMap< unsigned, llvm::VirtReg2IndexFunctor >::grow(), and INITIALIZE_PASS().
|
inline |
Definition at line 78 of file IndexedMap.h.
Referenced by llvm::MachineRegisterInfo::getNumVirtRegs(), and llvm::MachineRegisterInfo::getRegAllocationHint().