HomeSort by: relevance | last modified time | path
    Searched refs:param_ops (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-predicate.cc 149 && expr_eval_ops_equal_p (cc1->param_ops, cc2->param_ops)
336 for (unsigned i = 0; i < vec_safe_length (c->param_ops); i++)
338 expr_eval_op &op = (*(c->param_ops))[i];
580 c->val, c->param_ops);
634 PARAM_OPS correspond to fields of condition structure. AGGPOS describes
644 enum tree_code code, tree val, expr_eval_ops param_ops)
677 && expr_eval_ops_equal_p (c->param_ops, param_ops)
692 new_cond.param_ops = vec_safe_copy (param_ops)
    [all...]
ipa-predicate.h 66 expr_eval_ops param_ops; variable
280 expr_eval_ops param_ops = NULL);
ipa-fnsummary.cc 451 for (j = 0; vec_safe_iterate (c->param_ops, j, &op); j++)
500 for (j = 0; vec_safe_iterate (c->param_ops, j, &op); j++)
1639 expr_eval_ops param_ops; local
1649 &param_ops))
1672 this_code, gimple_cond_rhs (last), param_ops);
1677 vec_free (param_ops);
1733 expr_eval_ops param_ops; local
1740 &param_ops))
1804 &aggpos, EQ_EXPR, min, param_ops);
1809 &aggpos, GE_EXPR, min, param_ops);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-predicate.cc 146 && expr_eval_ops_equal_p (cc1->param_ops, cc2->param_ops)
333 for (unsigned i = 0; i < vec_safe_length (c->param_ops); i++)
335 expr_eval_op &op = (*(c->param_ops))[i];
572 c->val, c->param_ops);
626 PARAM_OPS correspond to fields of condition structure. AGGPOS describes
636 enum tree_code code, tree val, expr_eval_ops param_ops)
669 && expr_eval_ops_equal_p (c->param_ops, param_ops)
684 new_cond.param_ops = vec_safe_copy (param_ops)
    [all...]
ipa-predicate.h 66 expr_eval_ops param_ops; variable
273 expr_eval_ops param_ops = NULL);
ipa-fnsummary.cc 446 for (j = 0; vec_safe_iterate (c->param_ops, j, &op); j++)
501 for (j = 0; vec_safe_iterate (c->param_ops, j, &op); j++)
1587 expr_eval_ops param_ops; local
1597 &param_ops))
1620 this_code, gimple_cond_rhs (last), param_ops);
1625 vec_free (param_ops);
1681 expr_eval_ops param_ops; local
1689 &param_ops))
1747 &aggpos, EQ_EXPR, min, param_ops);
1752 &aggpos, GE_EXPR, min, param_ops);
    [all...]

Completed in 62 milliseconds