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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c132 tree square_recip_def; member in struct:occurrence
395 tree def, tree recip_def, tree square_recip_def,
417 square_recip_def = create_tmp_reg (type, "powmult_reciptmp");
418 new_square_stmt = gimple_build_assign (square_recip_def, MULT_EXPR,
460 occ->square_recip_def = square_recip_def;
463 square_recip_def, should_insert_square_recip,
476 if (optimize_bb_for_speed_p (bb) && occ->square_recip_def
481 gimple_assign_set_rhs2 (use_stmt, occ->square_recip_def);
482 SET_USE (use_p, occ->square_recip_def);
394 insert_reciprocals(gimple_stmt_iterator *def_gsi, struct occurrence *occ, tree def, tree recip_def, tree square_recip_def, int should_insert_square_recip, int threshold) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc133 tree square_recip_def = tree(); member in struct:occurrence
417 tree def, tree recip_def, tree square_recip_def,
439 square_recip_def = create_tmp_reg (type, "powmult_reciptmp");
440 new_square_stmt = gimple_build_assign (square_recip_def, MULT_EXPR,
482 occ->square_recip_def = square_recip_def;
485 square_recip_def, should_insert_square_recip,
498 if (optimize_bb_for_speed_p (bb) && occ->square_recip_def
503 gimple_assign_set_rhs2 (use_stmt, occ->square_recip_def);
504 SET_USE (use_p, occ->square_recip_def);
416 insert_reciprocals(gimple_stmt_iterator *def_gsi, struct occurrence *occ, tree def, tree recip_def, tree square_recip_def, int should_insert_square_recip, int threshold) argument
[all...]

Completed in 239 milliseconds