Home
last modified time | relevance | path

Searched refs:avail_expr_eq (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-dom.c170 static int avail_expr_eq (const void *, const void *);
248 avail_exprs = htab_create (1024, real_avail_expr_hash, avail_expr_eq, free); in tree_ssa_dominator_optimize()
2019 avail_expr_eq (const void *p1, const void *p2) in avail_expr_eq() function
H A DChangeLog.tree-ssa68 * tree-ssa-dom.c (avail_expr_eq): Use OEP_PURE_SAME.
323 (avail_expr_eq): Use the saved hash value rather than calling into
7165 (avail_expr_hash, avail_expr_eq): Similarly.
7210 avail_expr_hash, avail_expr_eq):
8784 (avail_expr_hash, avail_expr_eq): Likewise.
9712 (avail_expr_eq): Likewise.
10441 * tree-ssa.c (avail_expr_eq): Add some checking code to
10527 (avail_expr_eq): Use operand_equal_p to test for equality.
11037 (avail_expr_eq): Don't test ops1 == ops2.
11978 (avail_expr_eq): Also compare VUSE operands.
[all …]
H A DChangeLog-200520749 (avail_expr_hash, real_avail_expr_hash, avail_expr_eq): Use generic
H A DChangeLog-200414045 eliminate_redundant_computations, avail_expr_eq): Likewise.