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

  /src/external/gpl3/gcc/dist/gcc/
cprop.cc 182 struct cprop_expr *cur_expr, *last_expr = NULL;
196 last_expr = cur_expr;
208 last_expr->next_same_hash = cur_expr;
180 struct cprop_expr *cur_expr, *last_expr = NULL; local
gcse.cc 1134 struct gcse_expr *cur_expr, *last_expr = NULL;
1152 last_expr = cur_expr;
1165 last_expr->next_same_hash = cur_expr;
1125 struct gcse_expr *cur_expr, *last_expr = NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
cprop.cc 182 struct cprop_expr *cur_expr, *last_expr = NULL;
196 last_expr = cur_expr;
208 last_expr->next_same_hash = cur_expr;
180 struct cprop_expr *cur_expr, *last_expr = NULL; local
gcse.cc 1133 struct gcse_expr *cur_expr, *last_expr = NULL;
1151 last_expr = cur_expr;
1164 last_expr->next_same_hash = cur_expr;
1124 struct gcse_expr *cur_expr, *last_expr = NULL; local

Completed in 90 milliseconds