Searched refs:hashable_expr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-scopedtables.h36 struct hashable_expr struct
58 struct hashable_expr cond;
73 expr_hash_elt (struct hashable_expr *, tree);
79 struct hashable_expr *expr (void) { return &m_expr; }
85 struct hashable_expr m_expr;
209 void initialize_expr_from_cond (tree cond, struct hashable_expr *expr);
H A Dtree-ssa-scopedtables.c38 static bool hashable_expr_equal_p (const struct hashable_expr *,
39 const struct hashable_expr *);
123 struct hashable_expr *expr = element.expr ();
150 struct hashable_expr expr;
383 /* Compute a hash value for a hashable_expr value EXPR and a
384 previously accumulated hash value VAL. If two hashable_expr
390 add_hashable_expr (const struct hashable_expr *expr, hash &hstate)
476 const struct hashable_expr *expr = p->expr ();
555 /* Compare two hashable_expr structures for equivalence. They are
561 hashable_expr_equal_p (const struct hashable_expr *expr
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-scopedtables.h36 struct hashable_expr struct
58 struct hashable_expr cond;
73 expr_hash_elt (struct hashable_expr *, tree);
79 struct hashable_expr *expr (void) { return &m_expr; }
85 struct hashable_expr m_expr;
209 void initialize_expr_from_cond (tree cond, struct hashable_expr *expr);
H A Dtree-ssa-scopedtables.cc38 static bool hashable_expr_equal_p (const struct hashable_expr *,
39 const struct hashable_expr *);
123 struct hashable_expr *expr = element.expr ();
150 struct hashable_expr expr;
383 /* Compute a hash value for a hashable_expr value EXPR and a
384 previously accumulated hash value VAL. If two hashable_expr
390 add_hashable_expr (const struct hashable_expr *expr, hash &hstate)
476 const struct hashable_expr *expr = p->expr ();
555 /* Compare two hashable_expr structures for equivalence. They are
561 hashable_expr_equal_p (const struct hashable_expr *expr
[all...]

Completed in 85 milliseconds