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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-structalias.c624 constraint_expr_less (struct constraint_expr a, struct constraint_expr b) function
643 if (constraint_expr_less (a->lhs, b->lhs))
645 else if (constraint_expr_less (b->lhs, a->lhs))
648 return constraint_expr_less (a->rhs, b->rhs);

Completed in 59 milliseconds