Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-structalias.c831 constraint_less (const constraint_t a, const constraint_t b) in constraint_less() function
863 place = VEC_lower_bound (constraint_t, vec, &lookfor, constraint_less); in constraint_vec_find()
886 constraint_less); in constraint_set_union()
1016 constraint_less); in insert_into_complex()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-structalias.c870 constraint_less (const constraint_t &a, const constraint_t &b) in constraint_less() function
902 place = vec.lower_bound (&lookfor, constraint_less); in constraint_vec_find()
926 unsigned int place = to->lower_bound (c, constraint_less); in constraint_set_union()
1048 unsigned int place = complex.lower_bound (c, constraint_less); in insert_into_complex()