Home
last modified time | relevance | path

Searched refs:set_bb_for_stmt (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-phinodes.c360 set_bb_for_stmt (phi, bb); in create_phi_node()
HDtree-cfg.c359 set_bb_for_stmt (stmt, bb); in make_blocks()
2760 set_bb_for_stmt (tree t, basic_block bb) in set_bb_for_stmt() function
2768 set_bb_for_stmt (tsi_stmt (i), bb); in set_bb_for_stmt()
2862 set_bb_for_stmt (t, i->bb); in bsi_insert_before()
2875 set_bb_for_stmt (t, i->bb); in bsi_insert_after()
2895 set_bb_for_stmt (t, NULL); in bsi_remove()
2952 set_bb_for_stmt (stmt, bsi->bb); in bsi_replace()
HDtree-flow.h347 extern void set_bb_for_stmt (tree, basic_block);
HDtree-if-conv.c974 set_bb_for_stmt (bsi_stmt (bsi), merge_target_bb); in combine_blocks()
HDtree-flow-inline.h554 set_bb_for_stmt (phi, bb); in set_phi_nodes()
HDChangeLog.tree-ssa4346 * tree-cfg.c (set_bb_for_stmt): Use it.
5530 * tree-cfg.c (set_bb_for_stmt): Don't re-set LABEL_DECL_UID.
5785 (set_bb_for_stmt): Handle STATEMENT_LISTs.
11235 (set_bb_for_stmt): Don't ignore empty statements.
12417 (set_bb_for_stmt): Reformat some code.
13047 (set_bb_for_stmt): If the statement is a label, add the label to
14033 (set_bb_for_stmt): Don't decend into an empty_stmt_node.
14458 (set_bb_for_stmt): Move from tree-flow-inline.h
14522 * tree-flow.h: Prototype set_bb_for_stmt, last_stmt_ptr,
14526 * tree-cfg.c (set_bb_for_stmt): Move to tree-flow-inline.h.
[all …]
HDChangeLog-200614674 (set_bb_for_stmt): Undo change to check currently_expanding_to_rtl.
15239 * tree-cfg.c (set_bb_for_stmt): Do not update the
16644 set_bb_for_stmt): Adjust the uses of x_label_to_block_map.
HDChangeLog-200413262 * tree-cfg.c (set_bb_for_stmt): Use PHI_BB.
13979 is_ctrl_altering_stmt, disband_implicit_edges, set_bb_for_stmt,
HDChangeLog-200520596 set_bb_for_stmt.