Home
last modified time | relevance | path

Searched refs:AllocatorTy (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ADT/
DScopedHashTable.h40 typename AllocatorTy = MallocAllocator>
60 template <typename AllocatorTy>
64 AllocatorTy &Allocator) { in Create()
73 template <typename AllocatorTy>
74 void Destroy(AllocatorTy &Allocator) { in Destroy()
82 typename AllocatorTy = MallocAllocator>
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
145 template <typename K, typename V, typename KInfo, typename AllocatorTy>
[all …]
DStringMap.h138 template<typename AllocatorTy, typename InitType>
140 AllocatorTy &Allocator, in Create()
168 template<typename AllocatorTy>
170 AllocatorTy &Allocator) { in Create()
208 template<typename AllocatorTy>
209 void Destroy(AllocatorTy &Allocator) { in Destroy()
227 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
229 AllocatorTy Allocator;
237 explicit StringMap(AllocatorTy A) in StringMap()
240 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap()
[all …]
DStringSet.h22 template <class AllocatorTy = llvm::MallocAllocator>
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp279 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy; typedef in __anonc8dc09530311::EarlyCSE
281 AllocatorTy> ScopedHTType;
/external/llvm/lib/CodeGen/
DMachineCSE.cpp71 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in __anonb6f0d6ac0111::MachineCSE
73 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;