/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-hash-traits.h | 34 return iterative_hash_expr (t, 0); in hash()
|
H A D | tree-if-conv.c | 156 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 D | tree-vrp.c | 3276 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 D | tree-ssa-loop-im.c | 1490 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 D | trans-mem.c | 950 return iterative_hash_expr (log->addr, 0); in hash() 3441 return iterative_hash_expr (addr, 0); in hash()
|
H A D | tree-ssa-loop-ivopts.c | 3060 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 D | asan.c | 440 return iterative_hash_expr (mem_ref->start, 0); in hash()
|
H A D | gimple-ssa-strength-reduction.c | 437 return iterative_hash_expr (base_expr, 0); in hash()
|
H A D | tree.h | 5203 static inline hashval_t iterative_hash_expr(const_tree tree, hashval_t seed) in iterative_hash_expr() function
|
H A D | gimplify.c | 15265 return iterative_hash_expr (t, 0); in hash()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-hash-traits.h | 34 return iterative_hash_expr (t, 0); in hash()
|
H A D | tree-if-conv.cc | 163 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 D | tree-vrp.cc | 3475 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 D | tree-ssa-loop-im.cc | 1609 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 D | tree-ssa-dce.cc | 1721 args.safe_push (std::make_pair (e, iterative_hash_expr (arg, 0))); in make_forwarders_with_degenerate_phis()
|
H A D | trans-mem.cc | 953 return iterative_hash_expr (log->addr, 0); in hash() 3445 return iterative_hash_expr (addr, 0); in hash()
|
H A D | tree-ssa-loop-ivopts.cc | 3061 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 D | gimple-ssa-strength-reduction.cc | 437 return iterative_hash_expr (base_expr, 0); in hash()
|
H A D | asan.cc | 511 return iterative_hash_expr (mem_ref->start, 0); in hash()
|
H A D | tree.h | 5386 static inline hashval_t iterative_hash_expr(const_tree tree, hashval_t seed) in iterative_hash_expr() function
|
H A D | tree-vect-slp.cc | 4626 hash = iterative_hash_expr (s.op (i), hash); in hash()
|
H A D | ChangeLog.tree-ssa | 7751 (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 D | gimplify.cc | 16718 return iterative_hash_expr (t, 0); in hash()
|
H A D | ChangeLog-2007 | 12113 (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 D | ChangeLog-2004 | 452 * 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.
|