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

  /src/external/gpl3/gcc/dist/gcc/
lra-eliminations.cc 159 static class lra_elim_table *elimination_map[FIRST_PSEUDO_REGISTER]; variable in typeref:class:lra_elim_table
175 /* Set up ELIMINATION_MAP of the currently used eliminations. */
183 elimination_map[i] = NULL;
185 if (ep->can_eliminate && elimination_map[ep->from] == NULL)
186 elimination_map[ep->from] = ep;
250 if ((ep = elimination_map[hard_regno]) == NULL)
266 if ((ep = elimination_map[hard_regno]) != NULL)
1175 if (elimination_map[ep->from] == ep)
1189 if (ep->can_eliminate != prev && elimination_map[ep->from] == ep)
1208 elimination_map[ep->from] = NULL
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lra-eliminations.cc 159 static class lra_elim_table *elimination_map[FIRST_PSEUDO_REGISTER]; variable in typeref:class:lra_elim_table
175 /* Set up ELIMINATION_MAP of the currently used eliminations. */
183 elimination_map[i] = NULL;
185 if (ep->can_eliminate && elimination_map[ep->from] == NULL)
186 elimination_map[ep->from] = ep;
250 if ((ep = elimination_map[hard_regno]) == NULL)
266 if ((ep = elimination_map[hard_regno]) != NULL)
1143 if (elimination_map[ep->from] == ep)
1157 if (ep->can_eliminate != prev && elimination_map[ep->from] == ep)
1171 elimination_map[ep->from] = NULL
    [all...]

Completed in 39 milliseconds