HomeSort by: relevance | last modified time | path
    Searched defs:comp_step (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 370 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);
1107 if (has_write && comp->comp_step == RS_NONZERO)
1147 && a_step == comp->comp_step);
1154 if (has_write && comp->comp_step == RS_ANY)
1558 if (comp->comp_step == RS_INVARIANT)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 370 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)

Completed in 28 milliseconds