Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dtree-complex.c47 } complex_lattice_t; typedef
51 DEF_VEC_I(complex_lattice_t);
52 DEF_VEC_ALLOC_I(complex_lattice_t, heap);
54 static VEC(complex_lattice_t, heap) *complex_lattice_values;
109 static complex_lattice_t
114 complex_lattice_t ret; in find_lattice_value()
119 return VEC_index (complex_lattice_t, complex_lattice_values, in find_lattice_value()
169 VEC_replace (complex_lattice_t, complex_lattice_values, in init_parameter_lattice_values()
266 complex_lattice_t new_l, old_l, op1_l, op2_l; in complex_visit_stmt()
283 old_l = VEC_index (complex_lattice_t, complex_lattice_values, ver); in complex_visit_stmt()
[all …]
DChangeLog-200515389 * tree-complex.c (complex_lattice_t): New.