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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c589 bool has_other_use = false; local
609 has_other_use = true;
613 remove multiplications. In the has_other_use case we introduce
616 if (has_other_use && !mult_on_main_path)
624 if (has_other_use && (sqr_stmts.is_empty () || mult_stmts.is_empty ()))
635 bool delete_div = !has_other_use;
700 if (has_other_use)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc610 bool has_other_use = false; local
630 has_other_use = true;
634 remove multiplications. In the has_other_use case we introduce
637 if (has_other_use && !mult_on_main_path)
645 if (has_other_use && (sqr_stmts.is_empty () || mult_stmts.is_empty ()))
656 bool delete_div = !has_other_use;
721 if (has_other_use)

Completed in 163 milliseconds