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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-math-opts.c112 tree recip_def; member in struct:occurrence
293 tree def, tree recip_def, int threshold)
299 if (!recip_def
305 recip_def = make_rename_temp (type, "reciptmp");
306 new_stmt = build2 (MODIFY_EXPR, void_type_node, recip_def,
338 occ->recip_def = recip_def;
340 insert_reciprocals (def_bsi, occ_child, def, recip_def, threshold);
354 if (occ->recip_def && use_stmt != occ->recip_def_stmt)
357 SET_USE (use_p, occ->recip_def);
292 insert_reciprocals(block_stmt_iterator *def_bsi, struct occurrence *occ, tree def, tree recip_def, int threshold) argument
[all...]

Completed in 65 milliseconds