Home
last modified time | relevance | path

Searched refs:value_table (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-vn.c37 static htab_t value_table; variable
262 slot = htab_find_slot_with_hash (value_table, new_pair, new_pair->hashcode, in vn_add_with_vuses()
303 slot = htab_find_slot_with_hash (value_table, &vep, vep.hashcode, NO_INSERT); in vn_lookup_with_vuses()
454 value_table = htab_create (511, val_expr_pair_hash, in vn_init()
465 htab_delete (value_table); in vn_delete()
467 value_table = NULL; in vn_delete()