Lines Matching refs:n_exits
1044 schedule_sm (struct loop *loop, edge *exits, unsigned n_exits, tree ref, in schedule_sm() argument
1082 for (i = 0; i < n_exits; i++) in schedule_sm()
1099 determine_lsm_ref (struct loop *loop, edge *exits, unsigned n_exits, in determine_lsm_ref() argument
1145 schedule_sm (loop, exits, n_exits, ref->mem, ref->locs); in determine_lsm_ref()
1154 bitmap clobbered_vops, edge *exits, unsigned n_exits) in hoist_memory_references() argument
1159 determine_lsm_ref (loop, exits, n_exits, clobbered_vops, ref); in hoist_memory_references()
1168 unsigned n_exits) in loop_suitable_for_sm() argument
1172 for (i = 0; i < n_exits; i++) in loop_suitable_for_sm()
1367 unsigned n_exits; in determine_lsm_loop() local
1368 edge *exits = get_loop_exit_edges (loop, &n_exits); in determine_lsm_loop()
1372 if (!loop_suitable_for_sm (loop, exits, n_exits)) in determine_lsm_loop()
1386 hoist_memory_references (loop, mem_refs, clobbered_vops, exits, n_exits); in determine_lsm_loop()