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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c586 auto_vec<gimple *> sqr_stmts; local
598 sqr_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 ()))
637 if (!sqr_stmts.is_empty ())
669 FOR_EACH_VEC_ELT (sqr_stmts, i, sqr_stmt)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc607 auto_vec<gimple *> sqr_stmts; local
619 sqr_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 ()))
658 if (!sqr_stmts.is_empty ())
690 FOR_EACH_VEC_ELT (sqr_stmts, i, sqr_stmt)

Completed in 171 milliseconds