Searched refs:select_best_block (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-sink.c | 188 select_best_block (basic_block early_bb, in select_best_block() function 414 commondom = select_best_block (frombb, commondom, stmt); in statement_sink_location() 435 sinkbb = select_best_block (frombb, gimple_bb (use), stmt); in statement_sink_location() 455 sinkbb = select_best_block (frombb, sinkbb, stmt); in statement_sink_location()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-sink.cc | 191 select_best_block (basic_block early_bb, in select_best_block() function 436 commondom = select_best_block (frombb, commondom, stmt); in statement_sink_location() 457 sinkbb = select_best_block (frombb, gimple_bb (use), stmt); in statement_sink_location() 477 sinkbb = select_best_block (frombb, sinkbb, stmt); in statement_sink_location()
|
H A D | ChangeLog-2019 | 3105 * tree-ssa-sink.c (select_best_block): Use >= rather than > 3112 * tree-ssa-sink.c (select_best_block): Likewise. Fix comment typos, 5719 * tree-ssa-sink.c (select_best_block): Likewise.
|
H A D | ChangeLog-2017 | 7061 * tree-ssa-sink.c (select_best_block): Do not use frequencies. 8678 * tree-ssa-sink.c (select_best_block): Use to_frequency.
|
H A D | ChangeLog-2012 | 14748 * tree-ssa-sink.c (select_best_block): Likewise.
|
H A D | ChangeLog-2011 | 6805 (select_best_block): New function.
|