Home
last modified time | relevance | path

Searched defs:exits (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-ivcanon.c447 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 Dcfgloopanal.c473 single_likely_exit (class loop *loop, vec<edge> exits) in single_likely_exit()
H A Dtree-ssa-loop-im.c2069 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 Dtree-ssa-loop-prefetch.c1292 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 Dtree-ssa-loop-niter.c2760 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 Dcfgloop.h265 struct loop_exit *exits; variable
H A Dcfgloopmanip.c129 vec<edge> exits = get_loop_exit_edges (loop); in fix_loop_placement() local
H A Dcfgloop.c1084 struct loop_exit *exits = NULL, *exit; in rescan_loop_exit() local
H A Dtree-predcom.c740 vec<edge> exits = get_loop_exit_edges (loop); in last_always_executed_block() local
H A Dpredict.c1918 vec<edge> exits; in predict_loops() local
H A Dsel-sched-ir.h1128 vec<edge> exits = vNULL; in get_all_loop_exits() local
H A Dipa-fnsummary.c2765 vec<edge> exits; in analyze_function_body() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfgloopanal.cc473 single_likely_exit (class loop *loop, const vec<edge> &exits) in single_likely_exit()
H A Dtree-ssa-loop-ivcanon.cc454 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 Dtree-ssa-loop-prefetch.cc1294 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 Dtree-ssa-propagate.cc1265 auto_vec<edge> exits = get_loop_exit_edges (loop); in clean_up_loop_closed_phi() local
H A Dtree-ssa-loop-niter.cc2882 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 Dcfgloop.h265 struct loop_exit *exits; variable
H A Dtree-ssa-loop-im.cc2658 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 Dcfgloopmanip.cc129 auto_vec<edge> exits = get_loop_exit_edges (loop); in fix_loop_placement() local
H A Dcfgloop.cc1081 struct loop_exit *exits = NULL, *exit; in rescan_loop_exit() local
H A Dtree-predcom.cc875 auto_vec<edge> exits = get_loop_exit_edges (loop); in last_always_executed_block() local
H A Dsel-sched-ir.h1128 vec<edge> exits = vNULL; in get_all_loop_exits() local
H A Dpredict.cc1967 auto_vec<edge> exits = get_loop_exit_edges (loop); in predict_loops() local
H A Dipa-fnsummary.cc2974 auto_vec<edge> exits = get_loop_exit_edges (loop); in analyze_function_body() local

12