Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-structalias.c392 struct constraint_expr struct
408 typedef struct constraint_expr ce_s; argument
422 struct constraint_expr lhs;
423 struct constraint_expr rhs;
523 new_constraint (const struct constraint_expr lhs, in new_constraint()
524 const struct constraint_expr rhs) in new_constraint()
614 constraint_expr_equal (struct constraint_expr a, struct constraint_expr b) in constraint_expr_equal()
624 constraint_expr_less (struct constraint_expr a, struct constraint_expr b) in constraint_expr_less()
991 struct constraint_expr lhs = c->lhs; in build_pred_graph()
992 struct constraint_expr rhs = c->rhs; in build_pred_graph()
[all …]