Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-structalias.c456 struct constraint_expr struct
475 typedef struct constraint_expr ce_s; argument
491 struct constraint_expr lhs;
492 struct constraint_expr rhs;
617 new_constraint (const struct constraint_expr lhs, in new_constraint()
618 const struct constraint_expr rhs) in new_constraint()
804 constraint_expr_equal (struct constraint_expr a, struct constraint_expr b) in constraint_expr_equal()
814 constraint_expr_less (struct constraint_expr a, struct constraint_expr b) in constraint_expr_less()
1224 struct constraint_expr lhs = c->lhs; in build_pred_graph()
1225 struct constraint_expr rhs = c->rhs; in build_pred_graph()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-structalias.c493 struct constraint_expr struct
512 typedef struct constraint_expr ce_s; argument
526 struct constraint_expr lhs;
527 struct constraint_expr rhs;
652 new_constraint (const struct constraint_expr lhs, in new_constraint()
653 const struct constraint_expr rhs) in new_constraint()
843 constraint_expr_equal (struct constraint_expr a, struct constraint_expr b) in constraint_expr_equal()
853 constraint_expr_less (struct constraint_expr a, struct constraint_expr b) in constraint_expr_less()
1253 struct constraint_expr lhs = c->lhs; in build_pred_graph()
1254 struct constraint_expr rhs = c->rhs; in build_pred_graph()
[all …]