Searched refs:set_bb_for_stmt (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | tree-phinodes.c | 360 set_bb_for_stmt (phi, bb); in create_phi_node()
|
| HD | tree-cfg.c | 359 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()
|
| HD | tree-flow.h | 347 extern void set_bb_for_stmt (tree, basic_block);
|
| HD | tree-if-conv.c | 974 set_bb_for_stmt (bsi_stmt (bsi), merge_target_bb); in combine_blocks()
|
| HD | tree-flow-inline.h | 554 set_bb_for_stmt (phi, bb); in set_phi_nodes()
|
| HD | ChangeLog.tree-ssa | 4346 * 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 …]
|
| HD | ChangeLog-2006 | 14674 (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.
|
| HD | ChangeLog-2004 | 13262 * tree-cfg.c (set_bb_for_stmt): Use PHI_BB. 13979 is_ctrl_altering_stmt, disband_implicit_edges, set_bb_for_stmt,
|
| HD | ChangeLog-2005 | 20596 set_bb_for_stmt.
|