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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c636 tree sqr_ssa_name = NULL_TREE; local
645 sqr_ssa_name
655 = gimple_build_assign (sqr_ssa_name, gimple_assign_rhs_code (stmt),
672 gimple_assign_set_rhs_from_tree (&gsi2, sqr_ssa_name);
706 gcc_assert (sqr_ssa_name);
710 orig_sqrt_ssa_name, sqr_ssa_name);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc657 tree sqr_ssa_name = NULL_TREE; local
666 sqr_ssa_name
676 = gimple_build_assign (sqr_ssa_name, gimple_assign_rhs_code (stmt),
693 gimple_assign_set_rhs_from_tree (&gsi2, sqr_ssa_name);
727 gcc_assert (sqr_ssa_name);
731 orig_sqrt_ssa_name, sqr_ssa_name);

Completed in 353 milliseconds