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

/external/llvm/include/llvm/ADT/
H A DStringSet.h24 template <class AllocatorTy = llvm::MallocAllocator>
25 class StringSet : public llvm::StringMap<char, AllocatorTy> {
26 typedef llvm::StringMap<char, AllocatorTy> base;
H A DScopedHashTable.h40 typename AllocatorTy = MallocAllocator>
60 template <typename AllocatorTy>
64 AllocatorTy &Allocator) {
73 template <typename AllocatorTy>
74 void Destroy(AllocatorTy &Allocator) {
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...]
H A DStringMap.h138 template<typename AllocatorTy, typename InitType>
140 AllocatorTy &Allocator,
168 template<typename AllocatorTy>
170 AllocatorTy &Allocator) {
210 template<typename AllocatorTy>
211 void Destroy(AllocatorTy &Allocator) {
229 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
231 AllocatorTy Allocator;
239 explicit StringMap(AllocatorTy A)
255 typedef typename ReferenceAdder<AllocatorTy>
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp223 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy; typedef in class:__anon7765::EarlyCSE
225 AllocatorTy> ScopedHTType;
/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp73 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in class:__anon7363::MachineCSE
75 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;

Completed in 68 milliseconds