Home
last modified time | relevance | path

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

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-sccvn.c385 static int next_constant_value_id; variable
5742 return -next_constant_value_id; in get_max_constant_value_id()
5759 gcc_checking_assert (next_constant_value_id < 0); in get_next_constant_value_id()
5760 return next_constant_value_id--; in get_next_constant_value_id()
7622 next_constant_value_id = -1; in do_rpo_vn()
H A DChangeLog-20206243 (next_constant_value_id): Add.
6251 (do_rpo_vn): Initialize next_constant_value_id.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-sccvn.c385 static int next_constant_value_id; variable
5710 return -next_constant_value_id; in get_max_constant_value_id()
5727 gcc_checking_assert (next_constant_value_id < 0); in get_next_constant_value_id()
5728 return next_constant_value_id--; in get_next_constant_value_id()
7590 next_constant_value_id = -1; in do_rpo_vn()
H A DChangeLog-20206243 (next_constant_value_id): Add.
6251 (do_rpo_vn): Initialize next_constant_value_id.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-sccvn.c385 static int next_constant_value_id; variable
5710 return -next_constant_value_id; in get_max_constant_value_id()
5727 gcc_checking_assert (next_constant_value_id < 0); in get_next_constant_value_id()
5728 return next_constant_value_id--; in get_next_constant_value_id()
7590 next_constant_value_id = -1; in do_rpo_vn()
H A DChangeLog-20206243 (next_constant_value_id): Add.
6251 (do_rpo_vn): Initialize next_constant_value_id.
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-sccvn.c392 static int next_constant_value_id; variable
5929 return -next_constant_value_id; in get_max_constant_value_id()
5946 gcc_checking_assert (next_constant_value_id < 0); in get_next_constant_value_id()
5947 return next_constant_value_id--; in get_next_constant_value_id()
7836 next_constant_value_id = -1; in do_rpo_vn()
H A DChangeLog-20206243 (next_constant_value_id): Add.
6251 (do_rpo_vn): Initialize next_constant_value_id.