/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-loop-ivcanon.c | 447 vec<edge> exits; in loop_edge_to_cancel() local 1225 vec<edge> exits = get_loop_exit_edges (loop); in canonicalize_loop_induction_variables() local
|
H A D | cfgloopanal.c | 473 single_likely_exit (class loop *loop, vec<edge> exits) in single_likely_exit()
|
H A D | tree-ssa-loop-im.c | 2069 execute_sm (class loop *loop, vec<edge> exits, im_mem_ref *ref) in execute_sm() 2146 vec<edge> exits) in hoist_memory_references() 2405 vec<edge> exits) in loop_suitable_for_sm() 2424 vec<edge> exits = get_loop_exit_edges (loop); in store_motion_loop() local
|
H A D | tree-ssa-loop-prefetch.c | 1292 vec<edge> exits = get_loop_exit_edges (loop); in emit_mfence_after_loop() local 1330 vec<edge> exits = get_loop_exit_edges (loop); in may_use_storent_in_loop_p() local
|
H A D | tree-ssa-loop-niter.c | 2760 vec<edge> exits = get_loop_exit_edges (loop); in find_loop_niter() local 2845 vec<edge> exits = get_loop_exit_edges (loop); in finite_loop_p() local 3122 vec<edge> exits = get_loop_exit_edges (loop); in find_loop_niter_by_eval() local 4244 vec<edge> exits; in estimate_numbers_of_iterations() local
|
H A D | cfgloop.h | 265 struct loop_exit *exits; variable
|
H A D | cfgloopmanip.c | 129 vec<edge> exits = get_loop_exit_edges (loop); in fix_loop_placement() local
|
H A D | cfgloop.c | 1084 struct loop_exit *exits = NULL, *exit; in rescan_loop_exit() local
|
H A D | tree-predcom.c | 740 vec<edge> exits = get_loop_exit_edges (loop); in last_always_executed_block() local
|
H A D | predict.c | 1918 vec<edge> exits; in predict_loops() local
|
H A D | sel-sched-ir.h | 1128 vec<edge> exits = vNULL; in get_all_loop_exits() local
|
H A D | ipa-fnsummary.c | 2765 vec<edge> exits; in analyze_function_body() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloopanal.cc | 473 single_likely_exit (class loop *loop, const vec<edge> &exits) in single_likely_exit()
|
H A D | tree-ssa-loop-ivcanon.cc | 454 auto_vec<edge> exits = get_loop_exit_edges (loop); in loop_edge_to_cancel() local 1222 auto_vec<edge> exits = get_loop_exit_edges (loop); in canonicalize_loop_induction_variables() local
|
H A D | tree-ssa-loop-prefetch.cc | 1294 auto_vec<edge> exits = get_loop_exit_edges (loop); in emit_mfence_after_loop() local 1331 auto_vec<edge> exits = get_loop_exit_edges (loop); in may_use_storent_in_loop_p() local
|
H A D | tree-ssa-propagate.cc | 1265 auto_vec<edge> exits = get_loop_exit_edges (loop); in clean_up_loop_closed_phi() local
|
H A D | tree-ssa-loop-niter.cc | 2882 auto_vec<edge> exits = get_loop_exit_edges (loop); in find_loop_niter() local 2966 auto_vec<edge> exits = get_loop_exit_edges (loop); in finite_loop_p() local 3240 auto_vec<edge> exits = get_loop_exit_edges (loop); in find_loop_niter_by_eval() local 4408 auto_vec<edge> exits = get_loop_exit_edges (loop, body); in estimate_numbers_of_iterations() local
|
H A D | cfgloop.h | 265 struct loop_exit *exits; variable
|
H A D | tree-ssa-loop-im.cc | 2658 const vec<edge> &exits) in hoist_memory_references() 3232 const vec<edge> &exits) in loop_suitable_for_sm() 3251 auto_vec<edge> exits = get_loop_exit_edges (loop); in store_motion_loop() local
|
H A D | cfgloopmanip.cc | 129 auto_vec<edge> exits = get_loop_exit_edges (loop); in fix_loop_placement() local
|
H A D | cfgloop.cc | 1081 struct loop_exit *exits = NULL, *exit; in rescan_loop_exit() local
|
H A D | tree-predcom.cc | 875 auto_vec<edge> exits = get_loop_exit_edges (loop); in last_always_executed_block() local
|
H A D | sel-sched-ir.h | 1128 vec<edge> exits = vNULL; in get_all_loop_exits() local
|
H A D | predict.cc | 1967 auto_vec<edge> exits = get_loop_exit_edges (loop); in predict_loops() local
|
H A D | ipa-fnsummary.cc | 2974 auto_vec<edge> exits = get_loop_exit_edges (loop); in analyze_function_body() local
|