Searched refs:sra_map (Results 1 – 1 of 1) sorted by relevance
191 static htab_t sra_map; variable541 slot = (struct sra_elt **) htab_find_slot (sra_map, &dummy, insert); in lookup_element()2316 sra_map = htab_create (101, sra_elt_hash, sra_elt_eq, NULL); in tree_sra()2327 htab_delete (sra_map); in tree_sra()2328 sra_map = NULL; in tree_sra()