Searched refs:gsi_move_to_bb_end (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-iterator.h | 86 extern void gsi_move_to_bb_end (gimple_stmt_iterator *, basic_block);
|
H A D | tree-ssa-sink.cc | 738 gsi_move_to_bb_end (&gsi, gsi_bb (togsi)); in sink_code_in_bb()
|
H A D | gimple-iterator.cc | 687 gsi_move_to_bb_end (gimple_stmt_iterator *from, basic_block bb) in gsi_move_to_bb_end() function
|
H A D | tree-ssa-phiopt.cc | 3758 gsi_move_to_bb_end (&gsi2, bb0); in hoist_adjacent_loads() 3760 gsi_move_to_bb_end (&gsi2, bb0); in hoist_adjacent_loads()
|
H A D | ChangeLog.tuples | 2843 * gimple-iterator.c (gsi_move_to_bb_end): Use gsi_last_bb 6224 (gsi_move_to_bb_end): New.
|
H A D | ChangeLog-2012 | 19218 gsi_move_to_bb_end): Likewise.
|
H A D | ChangeLog-2010 | 9016 * gimple-iterator.c (gsi_move_to_bb_end): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-iterator.h | 86 extern void gsi_move_to_bb_end (gimple_stmt_iterator *, basic_block);
|
H A D | tree-ssa-sink.c | 539 gsi_move_to_bb_end (&gsi, gsi_bb (togsi)); in sink_code_in_bb()
|
H A D | gimple-iterator.c | 683 gsi_move_to_bb_end (gimple_stmt_iterator *from, basic_block bb) in gsi_move_to_bb_end() function
|
H A D | tree-ssa-phiopt.c | 2805 gsi_move_to_bb_end (&gsi2, bb0); in hoist_adjacent_loads() 2807 gsi_move_to_bb_end (&gsi2, bb0); in hoist_adjacent_loads()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gimple.texi | 2653 @deftypefn {GIMPLE function} void gsi_move_to_bb_end (gimple_stmt_iterator *from, @
|
H A D | gccint.info | 15473 -- GIMPLE function: void gsi_move_to_bb_end (gimple_stmt_iterator 55577 * gsi_move_to_bb_end: Sequence iterators. (line 169)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gimple.texi | 2661 @deftypefn {GIMPLE function} void gsi_move_to_bb_end (gimple_stmt_iterator *from, @
|
H A D | gccint.info | 15062 -- GIMPLE function: void gsi_move_to_bb_end (gimple_stmt_iterator 53843 * gsi_move_to_bb_end: Sequence iterators. (line 169)
|