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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c875 constraint_expr_less (struct constraint_expr a, struct constraint_expr b) function
894 if (constraint_expr_less (a->lhs, b->lhs))
896 else if (constraint_expr_less (b->lhs, a->lhs))
899 return constraint_expr_less (a->rhs, b->rhs);

Completed in 127 milliseconds