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

/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-alias.c2874 static htab_t used_portions; variable
2916 h = (struct used_part_map *) htab_find_with_hash (used_portions, &in, uid);
2933 loc = htab_find_slot_with_hash (used_portions, h,
3270 used_portions = htab_create (10, used_part_map_hash, used_part_map_eq,
3293 htab_delete (used_portions);

Completed in 176 milliseconds