Home
last modified time | relevance | path

Searched refs:expr_eval_ops (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-predicate.h46 typedef vec<expr_eval_op, va_gc> *expr_eval_ops; typedef
66 expr_eval_ops param_ops;
267 expr_eval_ops param_ops = NULL);
H A Dipa-predicate.c42 expr_eval_ops_equal_p (expr_eval_ops ops1, expr_eval_ops ops2) in expr_eval_ops_equal_p()
637 enum tree_code code, tree val, expr_eval_ops param_ops) in add_condition()
H A Dipa-fnsummary.c1355 expr_eval_ops *param_ops_p = NULL)
1483 expr_eval_ops param_ops; in set_cond_stmt_execution_predicate()
1575 expr_eval_ops param_ops; in set_switch_stmt_execution_predicate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-predicate.h46 typedef vec<expr_eval_op, va_gc> *expr_eval_ops; typedef
66 expr_eval_ops param_ops;
273 expr_eval_ops param_ops = NULL);
H A Dipa-predicate.cc42 expr_eval_ops_equal_p (expr_eval_ops ops1, expr_eval_ops ops2) in expr_eval_ops_equal_p()
636 enum tree_code code, tree val, expr_eval_ops param_ops) in add_condition()
H A Dipa-fnsummary.cc1444 expr_eval_ops *param_ops_p = NULL) in decompose_param_expr()
1587 expr_eval_ops param_ops; in set_cond_stmt_execution_predicate()
1681 expr_eval_ops param_ops; in set_switch_stmt_execution_predicate()
H A DChangeLog-201910227 (expr_eval_ops): New typedef.