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

/freebsd-10.0-release/contrib/gcc/
H A Dtree-complex.c110 find_lattice_value (tree t) function
290 new_l = find_lattice_value (rhs);
295 op1_l = find_lattice_value (TREE_OPERAND (rhs, 0));
296 op2_l = find_lattice_value (TREE_OPERAND (rhs, 1));
309 op1_l = find_lattice_value (TREE_OPERAND (rhs, 0));
310 op2_l = find_lattice_value (TREE_OPERAND (rhs, 1));
336 new_l = find_lattice_value (TREE_OPERAND (rhs, 0));
371 new_l |= find_lattice_value (PHI_ARG_DEF (phi, i));
442 complex_lattice_t lattice = find_lattice_value (ssa_name);
485 complex_lattice_t lattice = find_lattice_value (ssa_nam
[all...]

Completed in 63 milliseconds