/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-init.cc | 262 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 D | cfgloopanal.cc | 84 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 D | tree-ssa-loop-im.cc | 3478 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 D | tree-ssa-loop.cc | 109 return number_of_loops (fn) > 1; in gate_loop() 457 if (number_of_loops (fun) <= 1) in execute()
|
H A D | tree-ssa-loop-ivcanon.cc | 1337 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 D | cfgloop.h | 573 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 D | tree-ssa-loop-manip.cc | 636 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 D | tree-vectorizer.cc | 1220 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 D | gimple-loop-jam.cc | 652 if (number_of_loops (fun) <= 1) in execute()
|
H A D | tree-ssa-loop-ch.cc | 378 if (number_of_loops (fun) <= 1) in copy_headers()
|
H A D | graphite.cc | 533 if (number_of_loops (fun) <= 1) in graphite_transforms()
|
H A D | cfgloop.cc | 170 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 D | ira-build.cc | 156 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 D | loop-init.c | 256 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 D | tree-ssa-loop.c | 109 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 D | cfgloopanal.c | 84 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 D | tree-ssa-loop-im.c | 2587 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 D | cfgloop.h | 573 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 D | tree-ssa-loop-ivcanon.c | 1342 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 D | tree-vectorizer.c | 1067 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 D | tree-ssa-loop-manip.c | 638 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 D | gimple-loop-jam.c | 648 if (number_of_loops (fun) <= 1) in execute()
|
H A D | tree-ssa-loop-ch.c | 359 if (number_of_loops (fun) <= 1) in copy_headers()
|
H A D | cfgloop.c | 170 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 D | ira-build.c | 157 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()
|