Searched refs:constant_to_value_id (Results 1 – 3 of 3) sorted by relevance
290 static hash_table<vn_constant_hasher> *constant_to_value_id; variable585 slot = constant_to_value_id->find_slot (&vc, NO_INSERT); in get_constant_value_id()603 if (!constant_to_value_id) in get_or_alloc_constant_value_id()608 slot = constant_to_value_id->find_slot (&vc, INSERT); in get_or_alloc_constant_value_id()6685 constant_to_value_id = new hash_table<vn_constant_hasher> (23); in run_rpo_vn()6751 delete constant_to_value_id; in free_rpo_vn() local6752 constant_to_value_id = NULL; in free_rpo_vn()
346 static hash_table<vn_constant_hasher> *constant_to_value_id; variable650 slot = constant_to_value_id->find_slot (&vc, NO_INSERT); in get_constant_value_id()668 if (!constant_to_value_id) in get_or_alloc_constant_value_id()673 slot = constant_to_value_id->find_slot (&vc, INSERT); in get_or_alloc_constant_value_id()7125 constant_to_value_id = new hash_table<vn_constant_hasher> (23); in run_rpo_vn()7190 delete constant_to_value_id; in free_rpo_vn()7191 constant_to_value_id = NULL; in free_rpo_vn()
14286 * tree-ssa-sccvn.c (constant_to_value_id): New hashtable.14318 (init_scc_vn): Init next_value_id, constant_to_value_id and