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 in… in storage_hash() function
33 const struct storage_hash *a = _a; in hash_list_cmp()
34 const struct storage_hash *b = _b; in hash_list_cmp()
48 struct storage_hash *entry, *prev; in gather_storage()
52 struct storage_hash *hash; in gather_storage()
78 struct storage_hash *hash; in name_storage()
90 struct storage_hash_list *list = storage_hash_table[storage_hash(bb,pseudo,inout)]; in lookup_storage()
91 struct storage_hash *hash; in lookup_storage()
102 struct storage_hash_list **listp = storage_hash_table + storage_hash(bb,pseudo,inout); in add_storage()
103 struct storage_hash *hash = alloc_storage_hash(storage); in add_storage()
115 const struct storage_hash *a = _a; in storage_hash_cmp()
116 const struct storage_hash *b = _b; in storage_hash_cmp()
133 struct storage_hash *entry, *last; in vrfy_storage()