Home
last modified time | relevance | path

Searched refs:number_of_loops (Results 1 – 25 of 67) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dloop-init.cc262 old_nloops = number_of_loops (cfun); in fix_loop_structure()
331 return number_of_loops (cfun) - old_nloops; in fix_loop_structure()
529 if (number_of_loops (fun) > 1) in execute()
580 if (number_of_loops (fun) > 1) in execute()
642 if (number_of_loops (fun) > 1) in execute()
H A Dcfgloopanal.cc84 int num = number_of_loops (cfun); in mark_irreducible_loops()
432 && number_of_loops (cfun) <= (unsigned) param_ira_max_loops_num) in estimate_reg_pressure_cost()
450 if (number_of_loops (cfun) <= 1) in mark_loop_exit_edges()
H A Dtree-ssa-loop-im.cc3478 memory_accesses.refs_loaded_in_loop.create (number_of_loops (cfun)); in tree_ssa_lim_initialize()
3479 memory_accesses.refs_loaded_in_loop.quick_grow (number_of_loops (cfun)); in tree_ssa_lim_initialize()
3480 memory_accesses.refs_stored_in_loop.create (number_of_loops (cfun)); in tree_ssa_lim_initialize()
3481 memory_accesses.refs_stored_in_loop.quick_grow (number_of_loops (cfun)); in tree_ssa_lim_initialize()
3484 memory_accesses.all_refs_stored_in_loop.create (number_of_loops (cfun)); in tree_ssa_lim_initialize()
3486 (number_of_loops (cfun)); in tree_ssa_lim_initialize()
3489 for (i = 0; i < number_of_loops (cfun); i++) in tree_ssa_lim_initialize()
3505 bb_loop_postorder = XNEWVEC (unsigned, number_of_loops (cfun)); in tree_ssa_lim_initialize()
3568 coldest_outermost_loop.create (number_of_loops (cfun)); in loop_invariant_motion_in_fun()
3569 coldest_outermost_loop.safe_grow_cleared (number_of_loops (cfun)); in loop_invariant_motion_in_fun()
[all …]
H A Dtree-ssa-loop.cc109 return number_of_loops (fn) > 1; in gate_loop()
457 if (number_of_loops (fun) <= 1) in execute()
H A Dtree-ssa-loop-ivcanon.cc1337 unsigned num = number_of_loops (cfun); in tree_unroll_loops_completely_1()
1551 if (number_of_loops (fun) <= 1) in execute()
1597 if (number_of_loops (fun) <= 1) in execute()
1659 if (number_of_loops (fun) > 1) in execute()
H A Dcfgloop.h573 number_of_loops (struct function *fn) in number_of_loops() function
810 this->to_visit.reserve_exact (number_of_loops (fn)); in loops_list()
H A Dtree-ssa-loop-manip.cc636 if (number_of_loops (cfun) <= 1) in rewrite_into_loop_closed_ssa_1()
671 bitmap *loop_exits = XNEWVEC (bitmap, number_of_loops (cfun)); in rewrite_into_loop_closed_ssa_1()
762 if (number_of_loops (cfun) <= 1) in verify_loop_closed_ssa()
H A Dtree-vectorizer.cc1220 vect_loops_num = number_of_loops (fun); in execute()
1296 for (i = 1; i < number_of_loops (fun); i++) in execute()
1342 for (i = 1; i < number_of_loops (fun); i++) in execute()
H A Dgimple-loop-jam.cc652 if (number_of_loops (fun) <= 1) in execute()
H A Dtree-ssa-loop-ch.cc378 if (number_of_loops (fun) <= 1) in copy_headers()
H A Dgraphite.cc533 if (number_of_loops (fun) <= 1) in graphite_transforms()
H A Dcfgloop.cc170 fprintf (file, ";; %d loops found\n", number_of_loops (cfun)); in flow_loops_dump()
1148 = hash_table<loop_exit_hasher>::create_ggc (2 * number_of_loops (cfun)); in record_loop_exits()
1405 unsigned num = number_of_loops (cfun); in verify_loop_structure()
H A Dira-build.cc156 ira_loop_nodes_count = number_of_loops (cfun); in create_loop_tree_nodes()
2284 * number_of_loops (cfun)); in mark_loops_for_removal()
2648 + number_of_loops (cfun)); in remove_unnecessary_regions()
2650 + number_of_loops (cfun)); in remove_unnecessary_regions()
3549 current_loops == NULL ? 1 : number_of_loops (cfun), in ira_build()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dloop-init.c256 old_nloops = number_of_loops (cfun); in fix_loop_structure()
324 return number_of_loops (cfun) - old_nloops; in fix_loop_structure()
522 if (number_of_loops (fun) > 1) in execute()
573 if (number_of_loops (fun) > 1) in execute()
635 if (number_of_loops (fun) > 1) in execute()
H A Dtree-ssa-loop.c109 return number_of_loops (fn) > 1; in gate_loop()
411 if (number_of_loops (fun) <= 1) in execute()
510 if (number_of_loops (fun) <= 1) in execute()
H A Dcfgloopanal.c84 int num = number_of_loops (cfun); in mark_irreducible_loops()
432 && number_of_loops (cfun) <= (unsigned) param_ira_max_loops_num) in estimate_reg_pressure_cost()
450 if (number_of_loops (cfun) <= 1) in mark_loop_exit_edges()
H A Dtree-ssa-loop-im.c2587 memory_accesses.refs_in_loop.create (number_of_loops (cfun)); in tree_ssa_lim_initialize()
2588 memory_accesses.refs_in_loop.quick_grow (number_of_loops (cfun)); in tree_ssa_lim_initialize()
2589 memory_accesses.refs_stored_in_loop.create (number_of_loops (cfun)); in tree_ssa_lim_initialize()
2590 memory_accesses.refs_stored_in_loop.quick_grow (number_of_loops (cfun)); in tree_ssa_lim_initialize()
2591 memory_accesses.all_refs_stored_in_loop.create (number_of_loops (cfun)); in tree_ssa_lim_initialize()
2592 memory_accesses.all_refs_stored_in_loop.quick_grow (number_of_loops (cfun)); in tree_ssa_lim_initialize()
2594 for (i = 0; i < number_of_loops (cfun); i++) in tree_ssa_lim_initialize()
2609 bb_loop_postorder = XNEWVEC (unsigned, number_of_loops (cfun)); in tree_ssa_lim_initialize()
2720 if (number_of_loops (fun) <= 1) in execute()
H A Dcfgloop.h573 number_of_loops (struct function *fn) in number_of_loops() function
711 this->to_visit.reserve_exact (number_of_loops (fn)); in loop_iterator()
H A Dtree-ssa-loop-ivcanon.c1342 unsigned num = number_of_loops (cfun); in tree_unroll_loops_completely_1()
1552 if (number_of_loops (fun) <= 1) in execute()
1598 if (number_of_loops (fun) <= 1) in execute()
1660 if (number_of_loops (fun) > 1) in execute()
H A Dtree-vectorizer.c1067 vect_loops_num = number_of_loops (cfun); in vectorize_loops()
1141 for (i = 1; i < number_of_loops (cfun); i++) in vectorize_loops()
1164 for (i = 1; i < number_of_loops (cfun); i++) in vectorize_loops()
H A Dtree-ssa-loop-manip.c638 if (number_of_loops (cfun) <= 1) in rewrite_into_loop_closed_ssa_1()
673 bitmap *loop_exits = XNEWVEC (bitmap, number_of_loops (cfun)); in rewrite_into_loop_closed_ssa_1()
764 if (number_of_loops (cfun) <= 1) in verify_loop_closed_ssa()
H A Dgimple-loop-jam.c648 if (number_of_loops (fun) <= 1) in execute()
H A Dtree-ssa-loop-ch.c359 if (number_of_loops (fun) <= 1) in copy_headers()
H A Dcfgloop.c170 fprintf (file, ";; %d loops found\n", number_of_loops (cfun)); in flow_loops_dump()
1151 = hash_table<loop_exit_hasher>::create_ggc (2 * number_of_loops (cfun)); in record_loop_exits()
1409 unsigned num = number_of_loops (cfun); in verify_loop_structure()
H A Dira-build.c157 ira_loop_nodes_count = number_of_loops (cfun); in create_loop_tree_nodes()
2235 * number_of_loops (cfun)); in mark_loops_for_removal()
2599 + number_of_loops (cfun)); in remove_unnecessary_regions()
2601 + number_of_loops (cfun)); in remove_unnecessary_regions()
3500 current_loops == NULL ? 1 : number_of_loops (cfun), in ira_build()

123