Home
last modified time | relevance | path

Searched refs:powmult_use_stmt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c828 gimple *powmult_use_stmt = USE_STMT (use_p); in execute_cse_reciprocals_1() local
829 tree powmult_def_name = gimple_assign_lhs (powmult_use_stmt); in execute_cse_reciprocals_1()
831 FOR_EACH_IMM_USE_STMT (powmult_use_stmt, in execute_cse_reciprocals_1()
835 gimple *powmult_use_stmt = USE_STMT (square_use_p); in execute_cse_reciprocals_1() local
836 if (is_division_by (powmult_use_stmt, powmult_def_name)) in execute_cse_reciprocals_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc849 gimple *powmult_use_stmt = USE_STMT (use_p); in execute_cse_reciprocals_1() local
850 tree powmult_def_name = gimple_assign_lhs (powmult_use_stmt); in execute_cse_reciprocals_1()
852 FOR_EACH_IMM_USE_STMT (powmult_use_stmt, in execute_cse_reciprocals_1()
856 gimple *powmult_use_stmt = USE_STMT (square_use_p); in execute_cse_reciprocals_1() local
857 if (is_division_by (powmult_use_stmt, powmult_def_name)) in execute_cse_reciprocals_1()