/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfghooks.cc | 394 rescan_loop_exit (e, false, false); in redirect_edge_and_branch() 445 rescan_loop_exit (e, false, true); in remove_edge() 504 rescan_loop_exit (e, false, true); in redirect_edge_and_branch_force() 521 rescan_loop_exit (e, true, false); in redirect_edge_and_branch_force() 667 rescan_loop_exit (e, false, true); in split_edge() 864 rescan_loop_exit (e, true, false); in merge_blocks() 1062 rescan_loop_exit (e, false, true); in force_nonfallthru()
|
H A D | cfgloop.cc | 1079 rescan_loop_exit (edge e, bool new_edge, bool removed) in rescan_loop_exit() function 1154 rescan_loop_exit (e, true, false); in record_loop_exits() 1278 rescan_loop_exit (e, true, false); in add_bb_to_loop() 1282 rescan_loop_exit (e, true, false); in add_bb_to_loop() 1304 rescan_loop_exit (e, false, true); in remove_bb_from_loops() 1308 rescan_loop_exit (e, false, true); in remove_bb_from_loops()
|
H A D | gimple-loop-jam.cc | 146 rescan_loop_exit (e, false, false); in merge_loop_tree()
|
H A D | cfgloop.h | 354 void rescan_loop_exit (edge, bool, bool);
|
H A D | cfgloopmanip.cc | 154 rescan_loop_exit (e, false, false); in fix_loop_placement() 482 rescan_loop_exit (e, false, false); in add_loop()
|
H A D | tree-ssa-threadupdate.cc | 647 rescan_loop_exit (e, true, false); in create_edge_and_update_destination_phis() 2521 rescan_loop_exit (e, true, false); in duplicate_thread_path()
|
H A D | tree-ssa-loop-manip.cc | 1320 rescan_loop_exit (new_exit, true, false); in tree_transform_and_unroll_loop()
|
H A D | tree-loop-distribution.cc | 1319 rescan_loop_exit (exit, false, true); in destroy_loop()
|
H A D | tree-parloops.cc | 2833 rescan_loop_exit (end, true, false); in create_parallel_loop()
|
H A D | tree-cfg.cc | 6803 rescan_loop_exit (snew, true, false); in gimple_duplicate_sese_tail()
|
H A D | ChangeLog-2007 | 12594 * cfgloop.c (rescan_loop_exit, record_loop_exits, 20918 (rescan_loop_exit): Use GGC_NEW to allocate struct loop_exit. Reflect 21163 * cfgloop.c (flow_loop_dump, flow_loop_nodes_find, rescan_loop_exit, 32689 get_exit_descriptions, rescan_loop_exit, record_loop_exits, 32703 (release_recorded_exits, record_loop_exits, rescan_loop_exit): Declare.
|
H A D | ChangeLog-2010 | 27346 (rescan_loop_exit): Likewise.
|
H A D | ChangeLog-2014 | 38111 (rescan_loop_exit): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfghooks.c | 378 rescan_loop_exit (e, false, false); in redirect_edge_and_branch() 429 rescan_loop_exit (e, false, true); in remove_edge() 488 rescan_loop_exit (e, false, true); in redirect_edge_and_branch_force() 505 rescan_loop_exit (e, true, false); in redirect_edge_and_branch_force() 650 rescan_loop_exit (e, false, true); in split_edge() 842 rescan_loop_exit (e, true, false); in merge_blocks() 1040 rescan_loop_exit (e, false, true); in force_nonfallthru()
|
H A D | cfgloop.c | 1082 rescan_loop_exit (edge e, bool new_edge, bool removed) in rescan_loop_exit() function 1157 rescan_loop_exit (e, true, false); in record_loop_exits() 1281 rescan_loop_exit (e, true, false); in add_bb_to_loop() 1285 rescan_loop_exit (e, true, false); in add_bb_to_loop() 1307 rescan_loop_exit (e, false, true); in remove_bb_from_loops() 1311 rescan_loop_exit (e, false, true); in remove_bb_from_loops()
|
H A D | gimple-loop-jam.c | 145 rescan_loop_exit (e, false, false); in merge_loop_tree()
|
H A D | cfgloop.h | 354 void rescan_loop_exit (edge, bool, bool);
|
H A D | cfgloopmanip.c | 154 rescan_loop_exit (e, false, false); in fix_loop_placement() 483 rescan_loop_exit (e, false, false); in add_loop()
|
H A D | tree-ssa-threadupdate.c | 565 rescan_loop_exit (e, true, false); in create_edge_and_update_destination_phis() 2446 rescan_loop_exit (e, true, false); in duplicate_thread_path()
|
H A D | tree-ssa-loop-manip.c | 1317 rescan_loop_exit (new_exit, true, false); in tree_transform_and_unroll_loop()
|
H A D | tree-loop-distribution.c | 1309 rescan_loop_exit (exit, false, true); in destroy_loop()
|
H A D | tree-parloops.c | 2833 rescan_loop_exit (end, true, false); in create_parallel_loop()
|
H A D | tree-cfg.c | 6720 rescan_loop_exit (snew, true, false); in gimple_duplicate_sese_tail()
|