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

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 6224 WRITE_COUNT is set to 2 and FIRST_PRED is ignored.
6227 set WRITE_COUNT to 1 and FIRST_PRED to P. Later on, the same register
6248 RWS_FIELD_TYPE first_pred : 10;
6344 rws_sum[regno].first_pred = pred;
6235 RWS_FIELD_TYPE first_pred : 10; member in struct:reg_write_state
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 2203 unsigned int i, first_pred; local
2209 first_pred = -1U;
2224 if (first_pred == -1U)
2225 first_pred = w;
2230 graph->points_to[first_pred],
2245 if (first_pred != -1U)
2246 bitmap_copy (graph->points_to[n], graph->points_to[first_pred]);
2261 if (first_pred != -1U)
2263 graph->pointer_label[n] = graph->pointer_label[first_pred];
2264 graph->points_to[n] = graph->points_to[first_pred];
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 6213 WRITE_COUNT is set to 2 and FIRST_PRED is ignored.
6216 set WRITE_COUNT to 1 and FIRST_PRED to P. Later on, the same register
6237 RWS_FIELD_TYPE first_pred : 10;
6333 rws_sum[regno].first_pred = pred;
6224 RWS_FIELD_TYPE first_pred : 10; member in struct:reg_write_state
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 2180 unsigned int i, first_pred; local
2186 first_pred = -1U;
2201 if (first_pred == -1U)
2202 first_pred = w;
2207 graph->points_to[first_pred],
2222 if (first_pred != -1U)
2223 bitmap_copy (graph->points_to[n], graph->points_to[first_pred]);
2238 if (first_pred != -1U)
2240 graph->pointer_label[n] = graph->pointer_label[first_pred];
2241 graph->points_to[n] = graph->points_to[first_pred];
    [all...]

Completed in 45 milliseconds