Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-complex.c59 typedef int complex_lattice_t; typedef
69 static vec<complex_lattice_t> complex_lattice_values;
135 static complex_lattice_t
139 complex_lattice_t ret; in find_lattice_value_parts()
157 static complex_lattice_t
315 complex_lattice_t new_l, old_l, op1_l, op2_l; in visit_stmt()
409 complex_lattice_t new_l, old_l; in visit_phi()
494 complex_lattice_t lattice = find_lattice_value (ssa_name); in get_component_ssa_name()
540 complex_lattice_t lattice = find_lattice_value (ssa_name); in set_component_ssa_name()
916 complex_lattice_t al, complex_lattice_t bl) in expand_complex_addition()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc61 typedef int complex_lattice_t; typedef
71 static vec<complex_lattice_t> complex_lattice_values;
137 static complex_lattice_t
141 complex_lattice_t ret; in find_lattice_value_parts()
159 static complex_lattice_t
317 complex_lattice_t new_l, old_l, op1_l, op2_l; in visit_stmt()
411 complex_lattice_t new_l, old_l; in visit_phi()
496 complex_lattice_t lattice = find_lattice_value (ssa_name); in get_component_ssa_name()
542 complex_lattice_t lattice = find_lattice_value (ssa_name); in set_component_ssa_name()
918 complex_lattice_t al, complex_lattice_t bl) in expand_complex_addition()
[all …]
H A DChangeLog-200926309 * tree-complex.c (complex_lattice_t): Typedef to int rather than
H A DChangeLog-200515388 * tree-complex.c (complex_lattice_t): New.