Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-complex.c69 static vec<complex_lattice_t> complex_lattice_values; variable
165 return complex_lattice_values[SSA_NAME_VERSION (t)]; in find_lattice_value()
198 complex_lattice_values[SSA_NAME_VERSION (ssa_name)] = VARYING; in init_parameter_lattice_values()
331 old_l = complex_lattice_values[ver]; in visit_stmt()
400 complex_lattice_values[ver] = new_l; in visit_stmt()
429 old_l = complex_lattice_values[ver]; in visit_phi()
434 complex_lattice_values[ver] = new_l; in visit_phi()
1782 complex_lattice_values.create (num_ssa_names); in tree_lower_complex()
1783 complex_lattice_values.safe_grow_cleared (num_ssa_names); in tree_lower_complex()
1843 complex_lattice_values.release (); in tree_lower_complex()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc71 static vec<complex_lattice_t> complex_lattice_values; variable
167 return complex_lattice_values[SSA_NAME_VERSION (t)]; in find_lattice_value()
200 complex_lattice_values[SSA_NAME_VERSION (ssa_name)] = VARYING; in init_parameter_lattice_values()
333 old_l = complex_lattice_values[ver]; in visit_stmt()
402 complex_lattice_values[ver] = new_l; in visit_stmt()
431 old_l = complex_lattice_values[ver]; in visit_phi()
436 complex_lattice_values[ver] = new_l; in visit_phi()
1830 complex_lattice_values.create (num_ssa_names); in tree_lower_complex()
1831 complex_lattice_values.safe_grow_cleared (num_ssa_names, true); in tree_lower_complex()
1891 complex_lattice_values.release (); in tree_lower_complex()
H A DChangeLog-200515389 (complex_lattice_values, complex_variable_components): New.