Searched refs:update_complex_assignment (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-complex.c | 703 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 D | tree-complex.cc | 705 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 D | ChangeLog-2005 | 2840 * 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 D | ChangeLog-2018 | 1356 * 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 D | ChangeLog-2006 | 3868 (update_complex_assignment): Update.
|
H A D | ChangeLog-2010 | 15053 * tree-complex.c (update_complex_assignment): Update EH info.
|
H A D | ChangeLog-2004 | 19945 * tree-complex.c (update_complex_assignment,
|