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

  /src/external/gpl3/gcc/dist/gcc/
tree-tailcall.cc 112 gimple_stmt_iterator call_gsi; member in struct:tailcall
751 nw->call_gsi = gsi;
943 stmt = orig_stmt = gsi_stmt (t->call_gsi);
944 bb = gsi_bb (t->call_gsi);
958 /* Remove the code after call_gsi that will become unreachable. The
961 gsi = t->call_gsi;
980 e = single_succ_edge (gsi_bb (t->call_gsi));
995 e = redirect_edge_and_branch (single_succ_edge (gsi_bb (t->call_gsi)),
1029 adjust_accumulator_values (t->call_gsi, t->mult, t->add, e);
1031 call = gsi_stmt (t->call_gsi);
    [all...]
tree-sra.cc 4246 reads from its base before and after the call statement given in CALL_GSI
4252 sra_modify_call_arg (tree *expr, gimple_stmt_iterator *call_gsi,
4256 return sra_modify_expr (expr, false, call_gsi, refresh_gsi);
4268 gimple *stmt = gsi_stmt (*call_gsi);
4270 generate_subtree_copies (access, base, 0, 0, 0, call_gsi, false, false,
4283 FOR_EACH_EDGE (e, ei, gsi_bb (*call_gsi)->succs)
5006 gimple_stmt_iterator call_gsi = gsi; local
5013 modified |= sra_modify_call_arg (t, &call_gsi, &gsi, flags);
5019 modified |= sra_modify_call_arg (t, &call_gsi, &gsi,
5025 modified |= sra_modify_expr (t, true, &call_gsi, &gsi)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-tailcall.cc 112 gimple_stmt_iterator call_gsi; member in struct:tailcall
751 nw->call_gsi = gsi;
943 stmt = orig_stmt = gsi_stmt (t->call_gsi);
944 bb = gsi_bb (t->call_gsi);
958 /* Remove the code after call_gsi that will become unreachable. The
961 gsi = t->call_gsi;
980 e = single_succ_edge (gsi_bb (t->call_gsi));
995 e = redirect_edge_and_branch (single_succ_edge (gsi_bb (t->call_gsi)),
1029 adjust_accumulator_values (t->call_gsi, t->mult, t->add, e);
1031 call = gsi_stmt (t->call_gsi);
    [all...]

Completed in 29 milliseconds