Home
last modified time | relevance | path

Searched refs:unshare_expr_without_location (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-predicate.c680 new_cond.type = unshare_expr_without_location (type); in add_condition()
681 new_cond.val = val ? unshare_expr_without_location (val) : val; in add_condition()
690 op->val[0] = unshare_expr_without_location (op->val[0]); in add_condition()
692 op->val[1] = unshare_expr_without_location (op->val[1]); in add_condition()
H A Dgimplify.h67 extern tree unshare_expr_without_location (tree);
H A Dipa-prop.c542 jfunc->value.constant.value = unshare_expr_without_location (constant); in ipa_set_jf_constant()
590 jfunc->value.pass_through.operand = unshare_expr_without_location (operand); in ipa_set_jf_arith_pass_through()
1641 = unshare_expr_without_location (operand); in build_agg_jump_func_from_list()
1647 item.value.constant = unshare_expr_without_location (operand); in build_agg_jump_func_from_list()
H A Dtree-switch-conversion.c399 = unshare_expr_without_location (m_default_values[k]); in build_constructors()
427 elt.value = unshare_expr_without_location (val); in build_constructors()
H A Dtree-sra.c2212 tree debug_expr = unshare_expr_without_location (access->expr), d;
H A Dgimplify.c1043 unshare_expr_without_location (tree expr) in unshare_expr_without_location() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-predicate.cc679 new_cond.type = unshare_expr_without_location (type); in add_condition()
680 new_cond.val = val ? unshare_expr_without_location (val) : val; in add_condition()
689 op->val[0] = unshare_expr_without_location (op->val[0]); in add_condition()
691 op->val[1] = unshare_expr_without_location (op->val[1]); in add_condition()
H A Dgimplify.h67 extern tree unshare_expr_without_location (tree);
H A Dtree-switch-conversion.cc400 = unshare_expr_without_location (m_default_values[k]); in build_constructors()
428 elt.value = unshare_expr_without_location (val); in build_constructors()
H A Dipa-prop.cc548 jfunc->value.constant.value = unshare_expr_without_location (constant); in ipa_set_jf_constant()
600 jfunc->value.pass_through.operand = unshare_expr_without_location (operand); in ipa_set_jf_arith_pass_through()
1723 = unshare_expr_without_location (operand); in build_agg_jump_func_from_list()
1729 item.value.constant = unshare_expr_without_location (operand); in build_agg_jump_func_from_list()
H A Dipa-param-manipulation.cc1337 = unshare_expr_without_location (gimple_assign_rhs_to_tree (def)); in prepare_debug_expressions()
H A Dtree-sra.cc2246 tree debug_expr = unshare_expr_without_location (access->expr), d; in create_access_replacement()
H A Dtree-inline.cc1826 value = unshare_expr_without_location (value); in remap_gimple_stmt()
H A Dgimplify.cc1050 unshare_expr_without_location (tree expr) in unshare_expr_without_location() function
H A DChangeLog-2012272 (unshare_expr_without_location): Likewise.
273 * tree.h (unshare_expr_without_location): Declare.
276 (ipa_set_jf_constant): Use unshare_expr_without_location.
280 unshare_expr_without_location on all constructor elements.
H A DChangeLog-20139768 * tree.h (unshare_expr, unshare_expr_without_location,
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20131907 unshare_expr_without_location on the ctor elements.
H A Dtrans-expr.cc9320 vtab = unshare_expr_without_location (vtab); in gfc_conv_structure()
9342 val = unshare_expr_without_location (val); in gfc_conv_structure()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c8777 vtab = unshare_expr_without_location (vtab); in gfc_conv_structure()
8799 val = unshare_expr_without_location (val); in gfc_conv_structure()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c2570 arg = unshare_expr_without_location (arg); in cxx_eval_call_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc2822 arg = unshare_expr_without_location (arg); in cxx_eval_call_expression()
H A DChangeLog-2019133 unshare_expr_without_location.