Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sccvn.c290 static hash_table<vn_constant_hasher> *constant_to_value_id; variable
585 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() local
6752 constant_to_value_id = NULL; in free_rpo_vn()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sccvn.cc346 static hash_table<vn_constant_hasher> *constant_to_value_id; variable
650 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()
H A DChangeLog-200814286 * tree-ssa-sccvn.c (constant_to_value_id): New hashtable.
14318 (init_scc_vn): Init next_value_id, constant_to_value_id and