Searched refs:avail_expr_eq (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-dom.c | 170 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 D | ChangeLog.tree-ssa | 68 * 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 D | ChangeLog-2005 | 20749 (avail_expr_hash, real_avail_expr_hash, avail_expr_eq): Use generic
|
| H A D | ChangeLog-2004 | 14045 eliminate_redundant_computations, avail_expr_eq): Likewise.
|