Home
last modified time | relevance | path

Searched refs:iterative_hash_expr (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-hash-traits.h34 return iterative_hash_expr (t, 0); in hash()
H A Dtree-if-conv.c156 hash = iterative_hash_expr (e->base_address, 0); in hash()
157 hash = iterative_hash_expr (e->offset, hash); in hash()
158 hash = iterative_hash_expr (e->init, hash); in hash()
159 return iterative_hash_expr (e->step, hash); in hash()
H A Dtree-vrp.c3276 ha = iterative_hash_expr (a->expr, iterative_hash_expr (a->val, 0)); in compare_assert_loc()
3277 hb = iterative_hash_expr (b->expr, iterative_hash_expr (b->val, 0)); in compare_assert_loc()
H A Dtree-ssa-loop-im.c1490 hash = iterative_hash_expr (ao_ref_base (&aor), 0); in gather_mem_refs_stmt()
1497 hash = iterative_hash_expr (aor.ref, 0); in gather_mem_refs_stmt()
H A Dtrans-mem.c950 return iterative_hash_expr (log->addr, 0); in hash()
3441 return iterative_hash_expr (addr, 0); in hash()
H A Dtree-ssa-loop-ivopts.c3060 ent.hash = iterative_hash_expr (inv_expr, 0); in get_loop_invariant_expr()
3400 ent.hash = iterative_hash_expr (base, 0); in record_common_cand()
3401 ent.hash = iterative_hash_expr (step, ent.hash); in record_common_cand()
H A Dasan.c440 return iterative_hash_expr (mem_ref->start, 0); in hash()
H A Dgimple-ssa-strength-reduction.c437 return iterative_hash_expr (base_expr, 0); in hash()
H A Dtree.h5203 static inline hashval_t iterative_hash_expr(const_tree tree, hashval_t seed) in iterative_hash_expr() function
H A Dgimplify.c15265 return iterative_hash_expr (t, 0); in hash()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-hash-traits.h34 return iterative_hash_expr (t, 0); in hash()
H A Dtree-if-conv.cc163 hash = iterative_hash_expr (e->base_address, 0); in hash()
164 hash = iterative_hash_expr (e->offset, hash); in hash()
165 hash = iterative_hash_expr (e->init, hash); in hash()
166 return iterative_hash_expr (e->step, hash); in hash()
H A Dtree-vrp.cc3475 ha = iterative_hash_expr (a->expr, iterative_hash_expr (a->val, 0)); in compare_assert_loc()
3476 hb = iterative_hash_expr (b->expr, iterative_hash_expr (b->val, 0)); in compare_assert_loc()
H A Dtree-ssa-loop-im.cc1609 hash = iterative_hash_expr (TREE_OPERAND (base, 0), 0); in gather_mem_refs_stmt()
1614 hash = iterative_hash_expr (base, 0); in gather_mem_refs_stmt()
1622 hash = iterative_hash_expr (aor.ref, 0); in gather_mem_refs_stmt()
H A Dtree-ssa-dce.cc1721 args.safe_push (std::make_pair (e, iterative_hash_expr (arg, 0))); in make_forwarders_with_degenerate_phis()
H A Dtrans-mem.cc953 return iterative_hash_expr (log->addr, 0); in hash()
3445 return iterative_hash_expr (addr, 0); in hash()
H A Dtree-ssa-loop-ivopts.cc3061 ent.hash = iterative_hash_expr (inv_expr, 0); in get_loop_invariant_expr()
3431 ent.hash = iterative_hash_expr (base, 0); in record_common_cand()
3432 ent.hash = iterative_hash_expr (step, ent.hash); in record_common_cand()
H A Dgimple-ssa-strength-reduction.cc437 return iterative_hash_expr (base_expr, 0); in hash()
H A Dasan.cc511 return iterative_hash_expr (mem_ref->start, 0); in hash()
H A Dtree.h5386 static inline hashval_t iterative_hash_expr(const_tree tree, hashval_t seed) in iterative_hash_expr() function
H A Dtree-vect-slp.cc4626 hash = iterative_hash_expr (s.op (i), hash); in hash()
H A DChangeLog.tree-ssa7751 (iterative_hash_expr): Use commutative_tree_code.
9187 (defs_hash_expr): New. Based on iterative_hash_expr.
10444 * tree.c (iterative_hash_expr): Don't hash types associated
10525 SSA names for real operands. Instead use iterative_hash_expr
10735 * tree-ssa.c (avail_expr_hash): Simplify by using iterative_hash_expr
10737 * tree.c (iterative_hash_expr): Handle SSA_NAME.
10743 (avail_expr_hash): Use iterative_hash_expr, not iterative_hash_object
H A Dgimplify.cc16718 return iterative_hash_expr (t, 0); in hash()
H A DChangeLog-200712113 (iterative_hash_expr): Handle FIXED_CST.
13954 simple_cst_list_equal, compare_tree_int, iterative_hash_expr,
13970 int_fits_type_p, tree_log2, tree_floor_log2, iterative_hash_expr,
16538 (phi_trans_lookup): Use iterative_hash_expr, not vn_compute.
28401 (iterative_hash_expr): Use TREE_OPERAND_LENGTH instead of
H A DChangeLog-2004452 * tree.c (iterative_hash_expr): Canonicalize builtins.
13812 * tree.c (iterative_hash_expr): Replace gcc_unreachable with
13971 lookup_attribute, type_hash_canon, host_integerp, iterative_hash_expr,
28207 (iterative_hash_expr): Likewise.
31009 * tree.c (iterative_hash_expr): Use real_hash.
33982 (iterative_hash_expr): Don't hash types associated
43874 (iterative_hash_expr): Use commutative_tree_code.

12