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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-structalias.c166 static GTY ((if_marked ("tree_map_marked_p"), param_is (struct tree_map))) htab_t heapvar_for_stmt; variable
341 h = htab_find_with_hash (heapvar_for_stmt, &in, htab_hash_pointer (from));
360 loc = htab_find_slot_with_hash (heapvar_for_stmt, h, h->hash, INSERT);
5162 if (!heapvar_for_stmt)
5163 heapvar_for_stmt = htab_create_ggc (11, tree_map_hash, tree_map_eq,
5172 htab_delete (heapvar_for_stmt);
5173 heapvar_for_stmt = NULL;

Completed in 52 milliseconds