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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c588 auto_vec<gimple *> mult_stmts; local
604 mult_stmts.safe_push (use_stmt);
619 if (sqr_stmts.is_empty () && mult_stmts.is_empty ())
624 if (has_other_use && (sqr_stmts.is_empty () || mult_stmts.is_empty ()))
676 if (!mult_stmts.is_empty ())
682 FOR_EACH_VEC_ELT (mult_stmts, i, mult_stmt)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc609 auto_vec<gimple *> mult_stmts; local
625 mult_stmts.safe_push (use_stmt);
640 if (sqr_stmts.is_empty () && mult_stmts.is_empty ())
645 if (has_other_use && (sqr_stmts.is_empty () || mult_stmts.is_empty ()))
697 if (!mult_stmts.is_empty ())
703 FOR_EACH_VEC_ELT (mult_stmts, i, mult_stmt)

Completed in 133 milliseconds