Home
last modified time | relevance | path

Searched refs:add_expr (Results 1 – 16 of 16) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgcc-rich-location.c44 gcc_rich_location::add_expr (tree expr) in add_expr() function
58 add_expr (t); in maybe_add_expr()
H A Dtree-ssa-scopedtables.c382 inchash::add_expr (t1, one); in add_expr_commutative()
383 inchash::add_expr (t2, two); in add_expr_commutative()
399 inchash::add_expr (expr->ops.single.rhs, hstate); in add_hashable_expr()
413 inchash::add_expr (expr->ops.unary.opnd, hstate); in add_hashable_expr()
423 inchash::add_expr (expr->ops.binary.opnd0, hstate); in add_hashable_expr()
424 inchash::add_expr (expr->ops.binary.opnd1, hstate); in add_hashable_expr()
435 inchash::add_expr (expr->ops.ternary.opnd0, hstate); in add_hashable_expr()
436 inchash::add_expr (expr->ops.ternary.opnd1, hstate); in add_hashable_expr()
438 inchash::add_expr (expr->ops.ternary.opnd2, hstate); in add_hashable_expr()
452 inchash::add_expr (gimple_call_fn (fn_from), hstate); in add_hashable_expr()
[all …]
H A Dgcc-rich-location.h36 add_expr (tree expr);
H A Dipa-icf.c1467 sem_item::add_expr (const_tree exp, inchash::hash &hstate) in add_expr() function
1494 inchash::add_expr (exp, hstate); in add_expr()
1505 add_expr (value, hstate); in add_expr()
1510 add_expr (get_base_address (TREE_OPERAND (exp, 0)), hstate); in add_expr()
1522 add_expr (TREE_OPERAND (exp, 0), hstate); in add_expr()
1523 add_expr (TREE_OPERAND (exp, 1), hstate); in add_expr()
1528 add_expr (TREE_OPERAND (exp, 0), one); in add_expr()
1529 add_expr (TREE_OPERAND (exp, 1), two); in add_expr()
1535 return add_expr (TREE_OPERAND (exp, 0), hstate); in add_expr()
1625 add_expr (gimple_switch_index (as_a <gswitch *> (stmt)), hstate); in hash_stmt()
[all …]
H A Dsanopt.c113 inchash::add_expr (ref.t1, hstate); in hash()
114 inchash::add_expr (ref.t2, hstate); in hash()
115 inchash::add_expr (ref.t3, hstate); in hash()
170 inchash::add_expr (ref.ptr, hstate); in hash()
H A Dtree-ssa-sccvn.h160 inchash::add_expr (constant, hstate); in vn_hash_constant_with_type()
H A Dtree-ssa-tail-merge.c492 inchash::add_expr (gimple_call_fn (stmt), hstate); in same_succ_hash()
494 inchash::add_expr (gimple_call_chain (stmt), hstate); in same_succ_hash()
500 inchash::add_expr (arg, hstate); in same_succ_hash()
H A Dtree.c7257 add_expr (const_tree t, inchash::hash &hstate, unsigned int flags) in add_expr() function
7307 inchash::add_expr (TREE_REALPART (t), hstate, flags); in add_expr()
7308 inchash::add_expr (TREE_IMAGPART (t), hstate, flags); in add_expr()
7316 inchash::add_expr (VECTOR_CST_ENCODED_ELT (t, i), hstate, flags); in add_expr()
7334 inchash::add_expr (TREE_VALUE (t), hstate, flags); in add_expr()
7343 inchash::add_expr (field, hstate, flags); in add_expr()
7344 inchash::add_expr (value, hstate, flags); in add_expr()
7353 inchash::add_expr (tsi_stmt (i), hstate, flags); in add_expr()
7358 inchash::add_expr (TREE_VEC_ELT (t, i), hstate, flags); in add_expr()
7398 inchash::add_expr (TREE_OPERAND (t, ccode != code), hstate, flags); in add_expr()
[all …]
H A Dipa-icf.h246 static void add_expr (const_tree exp, inchash::hash &hstate);
H A Dtree-ssa-sccvn.c547 inchash::add_expr (vro1->op0, hstate); in vn_reference_op_compute_hash()
549 inchash::add_expr (vro1->op1, hstate); in vn_reference_op_compute_hash()
551 inchash::add_expr (vro1->op2, hstate); in vn_reference_op_compute_hash()
591 inchash::add_expr (op, hstate); in vn_reference_compute_hash()
2657 inchash::add_expr (vno1->op[i], hstate); in vn_nary_op_compute_hash()
2978 inchash::add_expr (phi1op, hstate); in vn_phi_compute_hash()
H A Dgimple-ssa-strength-reduction.c1998 tree add_expr, mem_ref, acc_type = TREE_TYPE (*expr); in replace_ref() local
2010 add_expr = fold_build2 (POINTER_PLUS_EXPR, c->cand_type, in replace_ref()
2012 mem_ref = fold_build2 (MEM_REF, acc_type, add_expr, in replace_ref()
H A Dtree.h4935 extern void add_expr (const_tree, hash &, unsigned int = 0);
4944 inchash::add_expr (tree, hstate); in iterative_hash_expr()
H A Dipa-devirt.c372 add_expr (TREE_OPERAND (v, 1), hstate);
H A Dfold-const.c2917 inchash::add_expr (arg0, hstate0, flags | OEP_HASH_CHECK); in operand_equal_p()
2918 inchash::add_expr (arg1, hstate1, flags | OEP_HASH_CHECK); in operand_equal_p()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c2469 inchash::add_expr (thenb, hstate0); in do_warn_duplicated_branches()
2474 inchash::add_expr (elseb, hstate1); in do_warn_duplicated_branches()
/dflybsd-src/contrib/gcc-8.0/gcc/lto/
H A Dlto.c344 inchash::add_expr (TYPE_MIN_VALUE (TYPE_DOMAIN (type)), hstate); in hash_canonical_type()
346 inchash::add_expr (TYPE_MAX_VALUE (TYPE_DOMAIN (type)), hstate); in hash_canonical_type()