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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c653 suitable_reference_p (struct data_reference *a, enum ref_step_type *ref_step) function
691 satisfy suitable_reference_p. */
796 if (!suitable_reference_p (dr, &dummy))
975 ok = suitable_reference_p (first->ref, &comp->comp_step);
989 gcc_checking_assert (suitable_reference_p (a->ref, &a_step)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc788 suitable_reference_p (struct data_reference *a, enum ref_step_type *ref_step) function
826 satisfy suitable_reference_p. */
928 if (!suitable_reference_p (dr, &dummy))
1101 ok = suitable_reference_p (first->ref, &comp->comp_step);
1115 gcc_checking_assert (suitable_reference_p (a->ref, &a_step)

Completed in 95 milliseconds