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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-structalias.c614 constraint_expr_equal (struct constraint_expr a, struct constraint_expr b) function
656 return constraint_expr_equal (a.lhs, b.lhs)
657 && constraint_expr_equal (a.rhs, b.rhs);

Completed in 54 milliseconds