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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c865 constraint_expr_equal (struct constraint_expr a, struct constraint_expr b) function
907 return constraint_expr_equal (a.lhs, b.lhs)
908 && constraint_expr_equal (a.rhs, b.rhs);

Completed in 99 milliseconds