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

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 1664 funct_state y_l = funct_state_summaries->get_create (y);
1670 pure_const_names[y_l->pure_const_state],
1671 y_l->looping);
1673 if (y_l->pure_const_state > IPA_PURE
1685 edge_state = y_l->pure_const_state;
1686 edge_looping = y_l->looping;
1663 funct_state y_l = funct_state_summaries->get_create (y); local
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 1653 funct_state y_l = funct_state_summaries->get_create (y);
1659 pure_const_names[y_l->pure_const_state],
1660 y_l->looping);
1662 if (y_l->pure_const_state > IPA_PURE
1674 edge_state = y_l->pure_const_state;
1675 edge_looping = y_l->looping;
1652 funct_state y_l = funct_state_summaries->get_create (y); local

Completed in 22 milliseconds