Searched refs:make_blocks (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.tree-ssa | 2944 (factor_computed_gotos, make_blocks): Use create_empty_bb. 5761 (build_tree_cfg): Initialize it. Update for make_blocks changes. 5763 (make_blocks): Rewrite to use statement lists. 6065 (make_blocks, tree_split_edge, tree_make_forwarder_block): Use it. 6088 (factor_computed_gotos, make_blocks): Update calls. 6279 (make_blocks, build_tree_cfg, factor_computed_gotos): Don't handle 6318 (make_blocks, make_bind_expr_blocks, append_stmt_to_bb, bsi_link_after, 6424 (make_blocks): Update. 6564 (make_blocks): Don't call make_cond_expr_blocks. 6959 (make_blocks): Record whether or not we find a computed goto. [all …]
|
H A D | tree-cfg.cc | 154 static void make_blocks (gimple_seq); 228 make_blocks (seq); in build_gimple_cfg() 599 make_blocks (gimple_seq seq) in make_blocks() function
|
H A D | ChangeLog.tuples | 6881 (make_blocks): Same.
|
H A D | ChangeLog-2014 | 2981 * tree-cfg.c (make_blocks): Likewise. 27679 (make_blocks): Use gimple_call_initialize_ctrl_altering. 47404 (make_blocks): Don't set found_computed_goto.
|
H A D | ChangeLog-2021 | 3494 * tree-cfg.c (make_blocks): Likewise. 3676 * tree-cfg.c (make_blocks): Likewise.
|
H A D | ChangeLog-2015 | 35836 * tree-cfg.c (make_blocks): Likewise. 36145 (make_blocks): ... here.
|
H A D | ChangeLog-2009 | 27901 * tree-cfg.c (make_blocks): Split statements with to-be
|
H A D | ChangeLog-2012 | 26304 * tree-cfg.c (make_blocks): Adjust call to gsi_split_seq_before.
|
H A D | ChangeLog-2013 | 6482 (make_blocks): Remove usage of ENTRY_BLOCK_PTR macro.
|
H A D | ChangeLog-2017 | 1071 (make_blocks): Move debug markers after adjacent labels.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-cfg.c | 149 static void make_blocks (gimple_seq); 225 make_blocks (seq); in build_gimple_cfg() 597 make_blocks (gimple_seq seq) in make_blocks() function
|