Searched refs:orig_stmt (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-iterator.c366 gimple *orig_stmt = gsi_stmt (*gsi); local
369 stmt->next = next = orig_stmt->next;
370 stmt->prev = prev = orig_stmt->prev;
371 /* Note how we don't clear next/prev of orig_stmt. This is so that
372 copies of *GSI our callers might still hold (to orig_stmt)
427 gimple *orig_stmt = gsi_stmt (*gsi); local
430 if (stmt == orig_stmt)
433 gcc_assert (!gimple_has_lhs (orig_stmt) || !gimple_has_lhs (stmt)
434 || gimple_get_lhs (orig_stmt) == gimple_get_lhs (stmt));
436 gimple_set_location (stmt, gimple_location (orig_stmt));
[all...]
H A Dtree-tailcall.c941 gimple *orig_stmt; local
943 stmt = orig_stmt = gsi_stmt (t->call_gsi);
H A Dtree-inline.c2024 gimple *orig_stmt = stmt; local
2048 orig_stmt);
2220 edge = id->src_node->get_edge (orig_stmt);
2295 id->dst_node->set_call_stmt_including_clones (orig_stmt,
2301 edge = id->dst_node->get_edge (orig_stmt);
2332 (dest, orig_stmt, call_stmt, bb->count,
2348 maybe_duplicate_eh_stmt_fn (cfun, stmt, id->src_cfun, orig_stmt,
H A Dgimple-ssa-store-merging.c4012 gimple *orig_stmt = NULL; local
4018 orig_stmt = store->stmt;
4021 dest = gimple_assign_lhs (orig_stmt);
4022 src = gimple_assign_rhs1 (orig_stmt);
4023 loc = gimple_location (orig_stmt);
H A Dtree-vect-loop.c6421 orig_stmt-> S2: int_acc = plus <int_a ,int_acc>;
8541 gimple *orig_stmt, *new_stmt; local
8571 orig_stmt = STMT_VINFO_STMT (stmt_vinfo);
8574 mapping.put (gimple_phi_result (orig_stmt),
8590 orig_stmt = STMT_VINFO_STMT (stmt_vinfo);
8593 if (tree old_lhs = gimple_get_lhs (orig_stmt))
8652 orig_stmt = DR_STMT (dr);
8653 gcc_assert (gimple_uid (orig_stmt) > 0);
8654 stmt_vinfo = epilogue_vinfo->stmt_vec_infos[gimple_uid (orig_stmt) - 1];
H A Dtree-ssa-math-opts.c2916 gimple *orig_stmt = gsi_stmt (gsi); local
2919 if (maybe_clean_or_replace_eh_stmt (orig_stmt, gsi_stmt (gsi)))
H A Dtree-ssa-forwprop.c3108 gimple *orig_stmt = stmt = gsi_stmt (gsi); local
3127 if (maybe_clean_or_replace_eh_stmt (orig_stmt, stmt))
H A Dtree-cfg.c2000 gimple *orig_stmt = stmt; local
2021 if (maybe_clean_or_replace_eh_stmt (orig_stmt, stmt))
H A Dtree-ssa-sccvn.c6053 gimple *orig_stmt = stmt; local
6082 if (maybe_clean_or_replace_eh_stmt (orig_stmt, stmt))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-iterator.cc370 gimple *orig_stmt = gsi_stmt (*gsi); local
373 stmt->next = next = orig_stmt->next;
374 stmt->prev = prev = orig_stmt->prev;
375 /* Note how we don't clear next/prev of orig_stmt. This is so that
376 copies of *GSI our callers might still hold (to orig_stmt)
431 gimple *orig_stmt = gsi_stmt (*gsi); local
434 if (stmt == orig_stmt)
437 gcc_assert (!gimple_has_lhs (orig_stmt) || !gimple_has_lhs (stmt)
438 || gimple_get_lhs (orig_stmt) == gimple_get_lhs (stmt));
440 gimple_set_location (stmt, gimple_location (orig_stmt));
[all...]
H A Dipa-param-manipulation.h336 gimple *orig_stmt);
378 bool modify_call_stmt (gcall **stmt_p, gimple *orig_stmt);
H A Dipa-param-manipulation.cc1890 record_argument_state (copy_body_data *id, gimple *orig_stmt, argument
1900 cgraph_edge *cs = this_node->get_edge (orig_stmt);
1911 cs = subclone->get_edge (orig_stmt);
1962 gimple *orig_stmt)
2148 if (orig_stmt)
2149 record_argument_state (m_id, orig_stmt, index_map, pass_through_map,
2163 gimple *orig_stmt)
2183 modified |= modify_call_stmt ((gcall **) stmt, orig_stmt);
1961 modify_call_stmt(gcall **stmt_p, gimple *orig_stmt) argument
2161 modify_gimple_stmt(gimple **stmt, gimple_seq *extra_stmts, gimple *orig_stmt) argument
H A Dtree-ssa-math-opts.cc3063 gimple *orig_stmt = gsi_stmt (gsi); local
3066 if (maybe_clean_or_replace_eh_stmt (orig_stmt, gsi_stmt (gsi)))
3080 orig_stmt = gsi_stmt (gsi);
3083 if (is_gimple_call (orig_stmt)
3084 && gimple_call_internal_p (orig_stmt)
3085 && gimple_call_lhs (orig_stmt)
3086 && TREE_CODE (gimple_call_lhs (orig_stmt)) == SSA_NAME
3087 && single_imm_use (gimple_call_lhs (orig_stmt), &use_p, &neg_stmt)
H A Dtree-tailcall.cc941 gimple *orig_stmt; local
943 stmt = orig_stmt = gsi_stmt (t->call_gsi);
H A Dtree-inline.cc2048 gimple *orig_stmt = stmt; local
2072 orig_stmt);
2244 edge = id->src_node->get_edge (orig_stmt);
2319 id->dst_node->set_call_stmt_including_clones (orig_stmt,
2325 edge = id->dst_node->get_edge (orig_stmt);
2356 (dest, orig_stmt, call_stmt, bb->count,
2372 maybe_duplicate_eh_stmt_fn (cfun, stmt, id->src_cfun, orig_stmt,
H A Dtree-vect-loop.cc7010 orig_stmt-> S2: int_acc = plus <int_a ,int_acc>;
9511 gimple *orig_stmt, *new_stmt; local
9542 orig_stmt = STMT_VINFO_STMT (stmt_vinfo);
9545 mapping.put (gimple_phi_result (orig_stmt),
9563 orig_stmt = STMT_VINFO_STMT (stmt_vinfo);
9566 if (tree old_lhs = gimple_get_lhs (orig_stmt))
9625 orig_stmt = DR_STMT (dr);
9626 gcc_assert (gimple_uid (orig_stmt) > 0);
9627 stmt_vinfo = epilogue_vinfo->stmt_vec_infos[gimple_uid (orig_stmt) - 1];
H A Dgimple-ssa-store-merging.cc4352 gimple *orig_stmt = NULL; local
4358 orig_stmt = store->stmt;
4361 dest = gimple_assign_lhs (orig_stmt);
4362 src = gimple_assign_rhs1 (orig_stmt);
4363 loc = gimple_location (orig_stmt);
H A Dtree-vect-slp.cc4802 gimple *orig_stmt = orig_stmt_info->stmt; local
4805 FOR_EACH_PHI_OR_STMT_DEF (def_p, orig_stmt, op_iter, SSA_OP_DEF)
5204 gimple *orig_stmt = orig_stmt_info->stmt; local
5215 worklist.quick_push (orig_stmt);
5258 if (gimple_visited_p (orig_stmt))
5260 gimple_set_visited (orig_stmt, true);
H A Dtree-ssa-forwprop.cc3756 gimple *orig_stmt = stmt = gsi_stmt (gsi); local
3775 if (maybe_clean_or_replace_eh_stmt (orig_stmt, stmt))
H A Dtree-ssa-sccvn.cc6488 gimple *orig_stmt = stmt; local
6517 if (maybe_clean_or_replace_eh_stmt (orig_stmt, stmt))
H A Dtree-cfg.cc1998 gimple *orig_stmt = stmt; local
2019 if (maybe_clean_or_replace_eh_stmt (orig_stmt, stmt))
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc3268 tree *orig_stmt; member in struct:truth_if_transform
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc3419 tree *orig_stmt; member in struct:truth_if_transform

Completed in 442 milliseconds