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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-sra.c191 static htab_t sra_map; variable
543 slot = (struct sra_elt **) htab_find_slot (sra_map, &dummy, insert);
2324 sra_map = htab_create (101, sra_elt_hash, sra_elt_eq, NULL);
2335 htab_delete (sra_map);
2336 sra_map = NULL;

Completed in 48 milliseconds