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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc370 component (bool es) : comp_step (RS_ANY), eliminate_store_p (es),
377 enum ref_step_type comp_step; member in struct:component
671 comp->comp_step == RS_INVARIANT ? " (invariant)" : "");
1101 ok = suitable_reference_p (first->ref, &comp->comp_step);
1116 && a_step == comp->comp_step);
1123 if (has_write && comp->comp_step == RS_ANY)
1527 if (comp->comp_step == RS_INVARIANT)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c368 enum ref_step_type comp_step; member in struct:component
523 comp->comp_step == RS_INVARIANT ? " (invariant)" : "");
975 ok = suitable_reference_p (first->ref, &comp->comp_step);
990 && a_step == comp->comp_step);
997 if (has_write && comp->comp_step == RS_ANY)
1407 if (comp->comp_step == RS_INVARIANT)

Completed in 198 milliseconds