Home
last modified time | relevance | path

Searched refs:update_complex_assignment (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-complex.c703 update_complex_assignment (gimple_stmt_iterator *gsi, tree r, tree i) in update_complex_assignment() function
867 update_complex_assignment (gsi, r, i); in expand_complex_move()
982 update_complex_assignment (gsi, rr, ri); in expand_complex_addition()
1224 update_complex_assignment (gsi, rr, ri); in expand_complex_multiplication()
1255 update_complex_assignment (gsi, rr, ri); in expand_complex_div_straight()
1413 update_complex_assignment (gsi, rr, ri); in expand_complex_div_wide()
1493 update_complex_assignment (gsi, rr, ri); in expand_complex_division()
1509 update_complex_assignment (gsi, rr, ri); in expand_complex_negation()
1524 update_complex_assignment (gsi, ar, ri); in expand_complex_conjugate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-complex.cc705 update_complex_assignment (gimple_stmt_iterator *gsi, tree r, tree i) in update_complex_assignment() function
869 update_complex_assignment (gsi, r, i); in expand_complex_move()
987 update_complex_assignment (gsi, rr, ri); in expand_complex_addition()
1238 update_complex_assignment (gsi, rr, ri); in expand_complex_multiplication()
1272 update_complex_assignment (gsi, rr, ri); in expand_complex_div_straight()
1436 update_complex_assignment (gsi, rr, ri); in expand_complex_div_wide()
1519 update_complex_assignment (gsi, rr, ri); in expand_complex_division()
1538 update_complex_assignment (gsi, rr, ri); in expand_complex_negation()
1556 update_complex_assignment (gsi, ar, ri); in expand_complex_conjugate()
H A DChangeLog-20052840 * tree-complex.c (update_complex_assignment, expand_complex_div_wide):
15397 (update_complex_assignment): Use update_complex_components;
25477 * tree-complex.c (update_complex_assignment): Call mark_stmt_modified.
H A DChangeLog-20181356 * tree-complex.c (update_complex_assignment): Properly transfer
3987 (update_complex_assignment): Mark blocks that need EH update.
24267 * tree-complex.c (update_complex_assignment): We are always in SSA form.
H A DChangeLog-20063868 (update_complex_assignment): Update.
H A DChangeLog-201015053 * tree-complex.c (update_complex_assignment): Update EH info.
H A DChangeLog-200419945 * tree-complex.c (update_complex_assignment,