Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-complex.c158 find_lattice_value (tree t) in find_lattice_value() function
337 new_l = find_lattice_value (gimple_assign_rhs1 (stmt)); in visit_stmt()
347 op1_l = find_lattice_value (gimple_assign_rhs1 (stmt)); in visit_stmt()
348 op2_l = find_lattice_value (gimple_assign_rhs2 (stmt)); in visit_stmt()
361 op1_l = find_lattice_value (gimple_assign_rhs1 (stmt)); in visit_stmt()
362 op2_l = find_lattice_value (gimple_assign_rhs2 (stmt)); in visit_stmt()
388 new_l = find_lattice_value (gimple_assign_rhs1 (stmt)); in visit_stmt()
426 new_l |= find_lattice_value (gimple_phi_arg_def (phi, i)); 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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc160 find_lattice_value (tree t) in find_lattice_value() function
339 new_l = find_lattice_value (gimple_assign_rhs1 (stmt)); in visit_stmt()
349 op1_l = find_lattice_value (gimple_assign_rhs1 (stmt)); in visit_stmt()
350 op2_l = find_lattice_value (gimple_assign_rhs2 (stmt)); in visit_stmt()
363 op1_l = find_lattice_value (gimple_assign_rhs1 (stmt)); in visit_stmt()
364 op2_l = find_lattice_value (gimple_assign_rhs2 (stmt)); in visit_stmt()
390 new_l = find_lattice_value (gimple_assign_rhs1 (stmt)); in visit_stmt()
428 new_l |= find_lattice_value (gimple_phi_arg_def (phi, i)); 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()
[all …]
H A DChangeLog-200515390 (some_nonzerop, find_lattice_value, is_complex_reg,