Lines Matching refs:storage_hash
19 ALLOCATOR(storage_hash, "storage hash");
24 static inline unsigned int storage_hash(struct basic_block *bb, pseudo_t pseudo, enum inout_enum inout)
33 const struct storage_hash *a = _a;
34 const struct storage_hash *b = _b;
48 struct storage_hash *entry, *prev;
52 struct storage_hash *hash;
78 struct storage_hash *hash;
90 struct storage_hash_list *list = storage_hash_table[storage_hash(bb,pseudo,inout)];
91 struct storage_hash *hash;
102 struct storage_hash_list **listp = storage_hash_table + storage_hash(bb,pseudo,inout);
103 struct storage_hash *hash = alloc_storage_hash(storage);
115 const struct storage_hash *a = _a;
116 const struct storage_hash *b = _b;
133 struct storage_hash *entry, *last;