Home
last modified time | relevance | path

Searched refs:param_ops (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dipa-predicate.c146 && expr_eval_ops_equal_p (cc1->param_ops, cc2->param_ops) in add_clause()
333 for (unsigned i = 0; i < vec_safe_length (c->param_ops); i++) in dump_condition()
335 expr_eval_op &op = (*(c->param_ops))[i]; in dump_condition()
573 c->val, c->param_ops); in remap_after_inlining()
637 enum tree_code code, tree val, expr_eval_ops param_ops) in add_condition() argument
670 && expr_eval_ops_equal_p (c->param_ops, param_ops) in add_condition()
685 new_cond.param_ops = vec_safe_copy (param_ops); in add_condition()
687 for (j = 0; vec_safe_iterate (new_cond.param_ops, j, &op); j++) in add_condition()
H A Dipa-predicate.h66 expr_eval_ops param_ops; member
267 expr_eval_ops param_ops = NULL);
H A Dipa-fnsummary.c1483 expr_eval_ops param_ops; in set_cond_stmt_execution_predicate() local
1493 &param_ops)) in set_cond_stmt_execution_predicate()
1521 vec_free (param_ops); in set_cond_stmt_execution_predicate()
1575 expr_eval_ops param_ops; in set_switch_stmt_execution_predicate() local
1583 &param_ops)) in set_switch_stmt_execution_predicate()
1693 vec_free (param_ops); in set_switch_stmt_execution_predicate()
1725 min, param_ops); in set_switch_stmt_execution_predicate()
1734 LT_EXPR, min, param_ops); in set_switch_stmt_execution_predicate()
1748 max, param_ops); in set_switch_stmt_execution_predicate()
1756 vec_free (param_ops); in set_switch_stmt_execution_predicate()
[all …]
H A DChangeLog-201910228 (struct condition): Add type and param_ops fields, remove size field.
10230 param_ops parameter.
10232 (predicate::add_clause): Add comparisons on type and param_ops.
10233 (dump_condition): Add debug dump for param_ops.
10236 param_ops parameter. Unshare constant value used in conditions.
10238 parameter expressions using param_ops.
10245 (inline_read_section): Read param_ops from summary stream.
10246 (ipa_fn_summary_write): Write param_ops to summary stream.
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dipa-predicate.c146 && expr_eval_ops_equal_p (cc1->param_ops, cc2->param_ops) in add_clause()
333 for (unsigned i = 0; i < vec_safe_length (c->param_ops); i++) in dump_condition()
335 expr_eval_op &op = (*(c->param_ops))[i]; in dump_condition()
573 c->val, c->param_ops); in remap_after_inlining()
637 enum tree_code code, tree val, expr_eval_ops param_ops) in add_condition() argument
670 && expr_eval_ops_equal_p (c->param_ops, param_ops) in add_condition()
685 new_cond.param_ops = vec_safe_copy (param_ops); in add_condition()
687 for (j = 0; vec_safe_iterate (new_cond.param_ops, j, &op); j++) in add_condition()
H A Dipa-predicate.h66 expr_eval_ops param_ops; member
272 expr_eval_ops param_ops = NULL);
H A Dipa-fnsummary.c1580 expr_eval_ops param_ops; in set_cond_stmt_execution_predicate() local
1590 &param_ops)) in set_cond_stmt_execution_predicate()
1618 vec_free (param_ops); in set_cond_stmt_execution_predicate()
1674 expr_eval_ops param_ops; in set_switch_stmt_execution_predicate() local
1682 &param_ops)) in set_switch_stmt_execution_predicate()
1792 vec_free (param_ops); in set_switch_stmt_execution_predicate()
1824 min, param_ops); in set_switch_stmt_execution_predicate()
1833 LT_EXPR, min, param_ops); in set_switch_stmt_execution_predicate()
1847 max, param_ops); in set_switch_stmt_execution_predicate()
1855 vec_free (param_ops); in set_switch_stmt_execution_predicate()
[all …]
H A DChangeLog-201910228 (struct condition): Add type and param_ops fields, remove size field.
10230 param_ops parameter.
10232 (predicate::add_clause): Add comparisons on type and param_ops.
10233 (dump_condition): Add debug dump for param_ops.
10236 param_ops parameter. Unshare constant value used in conditions.
10238 parameter expressions using param_ops.
10245 (inline_read_section): Read param_ops from summary stream.
10246 (ipa_fn_summary_write): Write param_ops to summary stream.
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dipa-predicate.c146 && expr_eval_ops_equal_p (cc1->param_ops, cc2->param_ops) in add_clause()
333 for (unsigned i = 0; i < vec_safe_length (c->param_ops); i++) in dump_condition()
335 expr_eval_op &op = (*(c->param_ops))[i]; in dump_condition()
573 c->val, c->param_ops); in remap_after_inlining()
637 enum tree_code code, tree val, expr_eval_ops param_ops) in add_condition() argument
670 && expr_eval_ops_equal_p (c->param_ops, param_ops) in add_condition()
685 new_cond.param_ops = vec_safe_copy (param_ops); in add_condition()
687 for (j = 0; vec_safe_iterate (new_cond.param_ops, j, &op); j++) in add_condition()
H A Dipa-predicate.h66 expr_eval_ops param_ops; member
267 expr_eval_ops param_ops = NULL);
H A Dipa-fnsummary.c1483 expr_eval_ops param_ops; in set_cond_stmt_execution_predicate() local
1493 &param_ops)) in set_cond_stmt_execution_predicate()
1521 vec_free (param_ops); in set_cond_stmt_execution_predicate()
1575 expr_eval_ops param_ops; in set_switch_stmt_execution_predicate() local
1583 &param_ops)) in set_switch_stmt_execution_predicate()
1693 vec_free (param_ops); in set_switch_stmt_execution_predicate()
1725 min, param_ops); in set_switch_stmt_execution_predicate()
1734 LT_EXPR, min, param_ops); in set_switch_stmt_execution_predicate()
1748 max, param_ops); in set_switch_stmt_execution_predicate()
1756 vec_free (param_ops); in set_switch_stmt_execution_predicate()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dipa-predicate.c146 && expr_eval_ops_equal_p (cc1->param_ops, cc2->param_ops) in add_clause()
333 for (unsigned i = 0; i < vec_safe_length (c->param_ops); i++) in dump_condition()
335 expr_eval_op &op = (*(c->param_ops))[i]; in dump_condition()
573 c->val, c->param_ops); in remap_after_inlining()
637 enum tree_code code, tree val, expr_eval_ops param_ops) in add_condition() argument
670 && expr_eval_ops_equal_p (c->param_ops, param_ops) in add_condition()
685 new_cond.param_ops = vec_safe_copy (param_ops); in add_condition()
687 for (j = 0; vec_safe_iterate (new_cond.param_ops, j, &op); j++) in add_condition()
H A Dipa-predicate.h66 expr_eval_ops param_ops;
272 expr_eval_ops param_ops = NULL);
H A Dipa-fnsummary.c1580 expr_eval_ops param_ops; in set_cond_stmt_execution_predicate() local
1590 &param_ops)) in set_cond_stmt_execution_predicate()
1618 vec_free (param_ops); in set_cond_stmt_execution_predicate()
1674 expr_eval_ops param_ops; in set_switch_stmt_execution_predicate() local
1682 &param_ops)) in set_switch_stmt_execution_predicate()
1792 vec_free (param_ops); in set_switch_stmt_execution_predicate()
1824 min, param_ops); in set_switch_stmt_execution_predicate()
1833 LT_EXPR, min, param_ops); in set_switch_stmt_execution_predicate()
1847 max, param_ops); in set_switch_stmt_execution_predicate()
1855 vec_free (param_ops); in set_switch_stmt_execution_predicate()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dipa-predicate.c146 && expr_eval_ops_equal_p (cc1->param_ops, cc2->param_ops) in add_clause()
333 for (unsigned i = 0; i < vec_safe_length (c->param_ops); i++) in dump_condition()
335 expr_eval_op &op = (*(c->param_ops))[i]; in dump_condition()
573 c->val, c->param_ops); in remap_after_inlining()
637 enum tree_code code, tree val, expr_eval_ops param_ops) in add_condition() argument
670 && expr_eval_ops_equal_p (c->param_ops, param_ops) in add_condition()
685 new_cond.param_ops = vec_safe_copy (param_ops); in add_condition()
687 for (j = 0; vec_safe_iterate (new_cond.param_ops, j, &op); j++) in add_condition()
H A Dipa-predicate.h66 expr_eval_ops param_ops; member
272 expr_eval_ops param_ops = NULL);
H A Dipa-fnsummary.c1580 expr_eval_ops param_ops; in set_cond_stmt_execution_predicate() local
1590 &param_ops)) in set_cond_stmt_execution_predicate()
1618 vec_free (param_ops); in set_cond_stmt_execution_predicate()
1674 expr_eval_ops param_ops; in set_switch_stmt_execution_predicate() local
1682 &param_ops)) in set_switch_stmt_execution_predicate()
1792 vec_free (param_ops); in set_switch_stmt_execution_predicate()
1824 min, param_ops); in set_switch_stmt_execution_predicate()
1833 LT_EXPR, min, param_ops); in set_switch_stmt_execution_predicate()
1847 max, param_ops); in set_switch_stmt_execution_predicate()
1855 vec_free (param_ops); in set_switch_stmt_execution_predicate()
[all …]
H A DChangeLog-201910228 (struct condition): Add type and param_ops fields, remove size field.
10230 param_ops parameter.
10232 (predicate::add_clause): Add comparisons on type and param_ops.
10233 (dump_condition): Add debug dump for param_ops.
10236 param_ops parameter. Unshare constant value used in conditions.
10238 parameter expressions using param_ops.
10245 (inline_read_section): Read param_ops from summary stream.
10246 (ipa_fn_summary_write): Write param_ops to summary stream.
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dipa-predicate.c146 && expr_eval_ops_equal_p (cc1->param_ops, cc2->param_ops) in add_clause()
333 for (unsigned i = 0; i < vec_safe_length (c->param_ops); i++) in dump_condition()
335 expr_eval_op &op = (*(c->param_ops))[i]; in dump_condition()
573 c->val, c->param_ops); in remap_after_inlining()
637 enum tree_code code, tree val, expr_eval_ops param_ops) in add_condition() argument
670 && expr_eval_ops_equal_p (c->param_ops, param_ops) in add_condition()
685 new_cond.param_ops = vec_safe_copy (param_ops); in add_condition()
687 for (j = 0; vec_safe_iterate (new_cond.param_ops, j, &op); j++) in add_condition()
H A Dipa-predicate.h66 expr_eval_ops param_ops; member
267 expr_eval_ops param_ops = NULL);
H A Dipa-fnsummary.c1483 expr_eval_ops param_ops; in set_cond_stmt_execution_predicate() local
1493 &param_ops)) in set_cond_stmt_execution_predicate()
1521 vec_free (param_ops); in set_cond_stmt_execution_predicate()
1575 expr_eval_ops param_ops; in set_switch_stmt_execution_predicate() local
1583 &param_ops)) in set_switch_stmt_execution_predicate()
1693 vec_free (param_ops); in set_switch_stmt_execution_predicate()
1725 min, param_ops); in set_switch_stmt_execution_predicate()
1734 LT_EXPR, min, param_ops); in set_switch_stmt_execution_predicate()
1748 max, param_ops); in set_switch_stmt_execution_predicate()
1756 vec_free (param_ops); in set_switch_stmt_execution_predicate()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dipa-predicate.c146 && expr_eval_ops_equal_p (cc1->param_ops, cc2->param_ops) in add_clause()
333 for (unsigned i = 0; i < vec_safe_length (c->param_ops); i++) in dump_condition()
335 expr_eval_op &op = (*(c->param_ops))[i]; in dump_condition()
572 c->val, c->param_ops); in remap_after_inlining()
636 enum tree_code code, tree val, expr_eval_ops param_ops) in add_condition() argument
669 && expr_eval_ops_equal_p (c->param_ops, param_ops) in add_condition()
684 new_cond.param_ops = vec_safe_copy (param_ops); in add_condition()
686 for (j = 0; vec_safe_iterate (new_cond.param_ops, j, &op); j++) in add_condition()
H A Dipa-predicate.h66 expr_eval_ops param_ops; member
273 expr_eval_ops param_ops = NULL);
H A Dipa-fnsummary.c1584 expr_eval_ops param_ops; in set_cond_stmt_execution_predicate() local
1594 &param_ops)) in set_cond_stmt_execution_predicate()
1622 vec_free (param_ops); in set_cond_stmt_execution_predicate()
1678 expr_eval_ops param_ops; in set_switch_stmt_execution_predicate() local
1686 &param_ops)) in set_switch_stmt_execution_predicate()
1802 vec_free (param_ops); in set_switch_stmt_execution_predicate()
1834 min, param_ops); in set_switch_stmt_execution_predicate()
1843 LT_EXPR, min, param_ops); in set_switch_stmt_execution_predicate()
1857 max, param_ops); in set_switch_stmt_execution_predicate()
1865 vec_free (param_ops); in set_switch_stmt_execution_predicate()
[all …]
H A DChangeLog-201910228 (struct condition): Add type and param_ops fields, remove size field.
10230 param_ops parameter.
10232 (predicate::add_clause): Add comparisons on type and param_ops.
10233 (dump_condition): Add debug dump for param_ops.
10236 param_ops parameter. Unshare constant value used in conditions.
10238 parameter expressions using param_ops.
10245 (inline_read_section): Read param_ops from summary stream.
10246 (ipa_fn_summary_write): Write param_ops to summary stream.

12