Home
last modified time | relevance | path

Searched refs:is_gimple_assign (Results 1 – 25 of 139) sorted by relevance

123456

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-ssa-ifcombine.c153 if (is_gimple_assign (def_stmt) in get_name_for_bit_test()
181 if (!is_gimple_assign (stmt)) in recognize_single_bit_test()
199 while (is_gimple_assign (stmt) in recognize_single_bit_test()
207 if (is_gimple_assign (stmt) in recognize_single_bit_test()
250 if (is_gimple_assign (tmp) in recognize_single_bit_test()
260 if (is_gimple_assign (tmp) in recognize_single_bit_test()
289 if (!is_gimple_assign (stmt) in recognize_bits_test()
HDtree-ssa-forwprop.c227 if (!is_gimple_assign (def_stmt)) in get_prop_source_stmt()
263 gcc_assert (is_gimple_assign (def_stmt)); in can_propagate_from()
332 name = is_gimple_assign (stmt) ? gimple_assign_rhs1 (stmt) : NULL_TREE; in remove_prop_source_from_use()
693 if (is_gimple_assign (offset_def) in forward_propagate_addr_into_variable_array_index()
703 if (!is_gimple_assign (offset_def)) in forward_propagate_addr_into_variable_array_index()
727 if (is_gimple_assign (offset_def2) in forward_propagate_addr_into_variable_array_index()
1180 || !is_gimple_assign (use_stmt)) in forward_propagate_comparison()
1251 if (is_gimple_assign (rhs_def_stmt) in simplify_not_neg_expr()
1286 if (is_gimple_assign (def_stmt)) in simplify_gimple_switch()
1389 if (!is_gimple_assign (stmt) || gimple_assign_lhs (stmt) != p) in constant_pointer_difference()
[all …]
HDtree-vect-patterns.c149 if (!is_gimple_assign (*def_stmt)) in widened_name_p()
243 if (!is_gimple_assign (last_stmt)) in vect_recog_dot_prod_pattern()
325 if (!is_gimple_assign (stmt)) in vect_recog_dot_prod_pattern()
449 if (!is_gimple_assign (new_stmt) in vect_handle_widen_op_by_const()
566 if (!is_gimple_assign (last_stmt)) in vect_recog_widen_mult_pattern()
619 if (!use_stmt || !is_gimple_assign (use_stmt) in vect_recog_widen_mult_pattern()
820 if (!is_gimple_assign (last_stmt)) in vect_recog_widen_sum_pattern()
924 if (!is_gimple_assign (stmt)) in vect_operation_fits_smaller_type()
1044 if (!is_gimple_assign (new_stmt) in vect_operation_fits_smaller_type()
1150 if (!use_stmt || !is_gimple_assign (use_stmt)) in vect_recog_over_widening_pattern()
[all …]
HDtree-ssa-math-opts.c316 return is_gimple_assign (use_stmt) in is_division_by()
557 if (is_gimple_assign (stmt) in execute_cse_reciprocals()
595 if (!is_gimple_assign (stmt2) in execute_cse_reciprocals()
1615 if (!limit || !is_gimple_assign (stmt)) in find_bswap_1()
1867 if (!is_gimple_assign (stmt) in execute_optimize_bswap()
2009 if (is_gimple_assign (stmt)) in is_widening_mult_rhs_p()
2251 if (is_gimple_assign (rhs1_stmt)) in convert_plusminus_to_widen()
2258 if (is_gimple_assign (rhs2_stmt)) in convert_plusminus_to_widen()
2274 if (is_gimple_assign (rhs1_stmt)) in convert_plusminus_to_widen()
2287 if (is_gimple_assign (rhs2_stmt)) in convert_plusminus_to_widen()
[all …]
HDtree-ssa-reassoc.c390 if (!is_gimple_assign (stmt) in get_rank()
535 if (is_gimple_assign (stmt) in is_reassociable_op()
552 if (!is_gimple_assign (stmt)) in get_unary_op()
1172 if (!is_gimple_assign (oe1def)) in undistribute_ops_list()
1385 if (!is_gimple_assign (def1)) in eliminate_redundant_comparison()
1403 if (!is_gimple_assign (def2)) in eliminate_redundant_comparison()
1646 if (!is_gimple_assign (stmt)) in init_range_entry()
2066 if (!is_gimple_assign (stmt) in remove_visited_stmt_chain()
2466 && is_gimple_assign (immusestmt)) in get_single_immediate_use()
2490 && is_gimple_assign (negatedefstmt) in negate_value()
[all …]
HDtree-ssa-phiprop.c141 gcc_assert (is_gimple_assign (use_stmt) in phiprop_insert_phi()
324 if (!(is_gimple_assign (use_stmt) in propagate_with_phi()
HDtree-ssa-sink.c148 gcc_assert (is_gimple_assign (stmt) || is_gimple_call (stmt)); in is_hidden_global_store()
345 if (!is_gimple_assign (stmt)) in statement_sink_location()
HDmatrix-reorg.c951 else if (is_gimple_assign (def_stmt) in get_index_from_offset()
976 if (is_gimple_assign (stmt) in update_type_size()
1373 else if (is_gimple_assign (use_stmt)) in analyze_matrix_accesses()
1408 if (!is_gimple_assign (stmt) && !is_gimple_call (stmt)) in check_var_notmodified_p()
1666 if (is_gimple_assign (stmt) in find_sites_in_func()
1708 || !is_gimple_assign (SSA_NAME_DEF_STMT (ssa_var)) in record_all_accesses_in_func()
1823 gcc_assert (is_gimple_assign (acc_info->stmt)); in transform_access_sites()
HDtree-stdarg.c152 if (!is_gimple_assign (stmt) || gimple_assign_lhs (stmt) != lhs) in va_list_counter_bump()
546 if (is_gimple_assign (stmt)) in check_all_va_list_escapes()
840 if (is_gimple_assign (stmt)) in execute_optimize_stdarg()
HDtree-ssa-dse.c219 if (is_gimple_assign (stmt)) in dse_optimize_stmt()
HDtree-ssa-loop-ch.c235 else if (is_gimple_assign (stmt)) in copy_loop_headers()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-ifcombine.c189 if (is_gimple_assign (def_stmt) in get_name_for_bit_test()
217 if (!is_gimple_assign (stmt)) in recognize_single_bit_test()
235 while (is_gimple_assign (stmt) in recognize_single_bit_test()
244 if (is_gimple_assign (stmt) in recognize_single_bit_test()
287 if (is_gimple_assign (tmp) in recognize_single_bit_test()
297 if (is_gimple_assign (tmp) in recognize_single_bit_test()
326 if (!is_gimple_assign (stmt) in recognize_bits_test()
HDgimplify-me.c230 if (i == 1 && (is_gimple_call (stmt) || is_gimple_assign (stmt))) in gimple_regimplify_operands()
233 && is_gimple_assign (stmt) in gimple_regimplify_operands()
258 if (is_gimple_assign (stmt) in gimple_regimplify_operands()
HDtree-vect-patterns.c191 if (!is_gimple_assign (*def_stmt)) in type_conversion_p()
308 if (!is_gimple_assign (last_stmt)) in vect_recog_dot_prod_pattern()
392 if (!is_gimple_assign (stmt)) in vect_recog_dot_prod_pattern()
523 if (!is_gimple_assign (last_stmt)) in vect_recog_sad_pattern()
610 if (!is_gimple_assign (abs_stmt)) in vect_recog_sad_pattern()
640 if (!is_gimple_assign (diff_stmt)) in vect_recog_sad_pattern()
850 if (!is_gimple_assign (last_stmt)) in vect_recog_widen_mult_pattern()
939 if (!use_stmt || !is_gimple_assign (use_stmt) in vect_recog_widen_mult_pattern()
1242 if (!is_gimple_assign (last_stmt)) in vect_recog_widen_sum_pattern()
1343 if (!is_gimple_assign (stmt)) in vect_operation_fits_smaller_type()
[all …]
HDtree-ssa-math-opts.c331 return is_gimple_assign (use_stmt) in is_division_by()
561 if (is_gimple_assign (def_stmt) in execute_cse_reciprocals_1()
772 if (is_gimple_assign (stmt) in execute()
813 if (!is_gimple_assign (stmt2) in execute()
2147 if (is_gimple_assign (stmt)) in is_widening_mult_rhs_p()
2468 if (is_gimple_assign (rhs1_stmt)) in convert_plusminus_to_widen()
2475 if (is_gimple_assign (rhs2_stmt)) in convert_plusminus_to_widen()
2491 if (is_gimple_assign (rhs1_stmt)) in convert_plusminus_to_widen()
2504 if (is_gimple_assign (rhs2_stmt)) in convert_plusminus_to_widen()
2907 if (!is_gimple_assign (use_stmt)) in convert_mult_to_fma()
[all …]
HDtree-ssa-dse.c112 else if (is_gimple_assign (stmt)) in initialize_ao_ref_for_dse()
472 if (is_gimple_assign (stmt) in maybe_trim_partially_dead_store()
602 if (is_gimple_assign (use_stmt)) in dse_classify_store()
824 if (is_gimple_assign (stmt)) in dse_optimize_stmt()
HDtree-ssa-dom.c171 if (is_gimple_assign (def_stmt)) in derive_equivalences()
1534 if (is_gimple_assign (stmt)) in eliminate_redundant_computations()
1616 gcc_assert (is_gimple_assign (stmt)); in record_equivalences_from_stmt()
1833 if (is_gimple_assign (stmt) || gimple_code (stmt) == GIMPLE_COND) in test_for_singularity()
1839 if (is_gimple_assign (stmt)) in test_for_singularity()
1887 if (is_gimple_assign (stmt)) in test_for_singularity()
1990 && (is_gimple_assign (stmt) in optimize_stmt()
2112 if (is_gimple_assign (stmt)) in optimize_stmt()
HDtree-ssa-reassoc.c436 if (!is_gimple_assign (stmt)) in get_rank()
616 if (is_gimple_assign (stmt) in is_reassociable_op()
664 if (!is_gimple_assign (stmt)) in get_unary_op()
1352 else if (is_gimple_assign (stmt2) in zero_one_operation()
1590 if (!is_gimple_assign (oe1def)) in undistribute_ops_list()
1799 if (!is_gimple_assign (def1)) in eliminate_redundant_comparison()
1815 if (!is_gimple_assign (def2)) in eliminate_redundant_comparison()
2130 if (!is_gimple_assign (stmt)) in init_range_entry()
3100 if (!is_gimple_assign (stmt)) in optimize_range_tests_var_bound()
3195 else if (is_gimple_assign (g) in optimize_range_tests_var_bound()
[all …]
HDtree-ssa-forwprop.c240 if (!is_gimple_assign (def_stmt)) in get_prop_source_stmt()
262 gcc_assert (is_gimple_assign (def_stmt)); in can_propagate_from()
332 name = is_gimple_assign (stmt) ? gimple_assign_rhs1 (stmt) : NULL_TREE; in remove_prop_source_from_use()
984 if (!is_gimple_assign (use_stmt)) in forward_propagate_addr_expr()
1204 if (!is_gimple_assign (stmt) || gimple_assign_lhs (stmt) != p) in constant_pointer_difference()
1471 if (def && is_gimple_assign (def) in defcodefor_name()
2058 if (! is_gimple_assign (def_stmt)) in simplify_vector_constructor()
2254 if (!is_gimple_assign (stmt)) in execute()
2343 if (!is_gimple_assign (use_stmt) in execute()
2397 && is_gimple_assign (use_stmt) in execute()
HDgimple-ssa-isolate-paths.c81 && is_gimple_assign (stmt) in insert_trap()
233 if (!is_gimple_assign (stmt)) in is_divmod_with_given_divisor()
HDgimple-laddress.c85 if (!is_gimple_assign (stmt) in execute()
HDgimple-ssa-evrp-analyze.c151 && is_gimple_assign (use_stmt) in all_uses_feed_or_dominated_by_stmt()
355 while (is_gimple_assign (def_stmt) in record_ranges_from_stmt()
HDtree-ssa-phiprop.c141 gcc_assert (is_gimple_assign (use_stmt) in phiprop_insert_phi()
334 if (!(is_gimple_assign (use_stmt) in propagate_with_phi()
HDgimple-ssa-nonnull-compare.c68 else if (is_gimple_assign (stmt)) in do_warn_nonnull_compare()
HDtree-ssa-strlen.c306 if (!is_gimple_assign (def_stmt) in get_stridx()
951 if (!is_gimple_assign (stmt)) in find_equal_ptrs()
1099 if (is_gimple_assign (last.stmt)) in adjust_last_stmt()
1146 if (!is_gimple_assign (def_stmt) in adjust_last_stmt()
1173 if (is_gimple_assign (def) in maybe_set_strlen_range()
1767 if (!is_gimple_assign (def_stmt)) in is_strlen_related_p()
1912 if (next_stmt && is_gimple_assign (next_stmt)) in maybe_diag_stxncpy_trunc()
2258 if (!is_gimple_assign (def_stmt) in handle_builtin_memcpy()
3143 if (is_gimple_assign (stmt)) in fold_strstr_to_strncmp()
3248 else if (is_gimple_assign (stmt) && !gimple_clobber_p (stmt)) in strlen_check_and_optimize_stmt()

123456