Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c399 gassign *new_stmt, *new_square_stmt; in insert_reciprocals() local
418 new_square_stmt = gimple_build_assign (square_recip_def, MULT_EXPR, in insert_reciprocals()
433 gsi_insert_before (&gsi, new_square_stmt, GSI_SAME_STMT); in insert_reciprocals()
443 gsi_insert_after (def_gsi, new_square_stmt, GSI_NEW_STMT); in insert_reciprocals()
451 gsi_insert_before (&gsi, new_square_stmt, GSI_SAME_STMT); in insert_reciprocals()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc421 gassign *new_stmt, *new_square_stmt; in insert_reciprocals() local
440 new_square_stmt = gimple_build_assign (square_recip_def, MULT_EXPR, in insert_reciprocals()
455 gsi_insert_before (&gsi, new_square_stmt, GSI_SAME_STMT); in insert_reciprocals()
465 gsi_insert_after (def_gsi, new_square_stmt, GSI_NEW_STMT); in insert_reciprocals()
473 gsi_insert_before (&gsi, new_square_stmt, GSI_SAME_STMT); in insert_reciprocals()
H A DChangeLog-201813340 new_stmt after def_gsi, make sure to insert new_square_stmt after