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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c740 int square_recip_count = 0; local
790 square_recip_count++;
797 square_recip_count /= 2;
800 if (sqrt_recip_count > square_recip_count)
804 if (count + square_recip_count >= threshold && count >= 1)
811 square_recip_count, threshold);
821 else if (square_recip_count > 0 && is_square_of (use_stmt, def))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc761 int square_recip_count = 0; local
811 square_recip_count++;
818 square_recip_count /= 2;
821 if (sqrt_recip_count > square_recip_count)
825 if (count + square_recip_count >= threshold && count >= 1)
832 square_recip_count, threshold);
842 else if (square_recip_count > 0 && is_square_of (use_stmt, def))

Completed in 98 milliseconds