Searched refs:old_l (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dtree-complex.c266 complex_lattice_t new_l, old_l, op1_l, op2_l; local
283 old_l = VEC_index (complex_lattice_t, complex_lattice_values, ver);
330 new_l |= old_l;
345 if (new_l == old_l)
357 complex_lattice_t new_l, old_l; local
374 old_l = VEC_index (complex_lattice_t, complex_lattice_values, ver);
376 if (new_l == old_l)

Completed in 95 milliseconds