/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfghooks.cc | 141 if (bb->loop_father != NULL && current_loops == NULL) in verify_flow_info() 147 if (bb->loop_father == NULL && current_loops != NULL) in verify_flow_info() 393 if (current_loops != NULL && ret == e) in redirect_edge_and_branch() 443 if (current_loops != NULL) in remove_edge() 503 if (current_loops != NULL) in redirect_edge_and_branch_force() 511 if (current_loops != NULL) in redirect_edge_and_branch_force() 553 if (current_loops != NULL) in split_block_1() 621 if (current_loops != NULL) in delete_basic_block() 666 if (current_loops != NULL) in split_edge() 718 if (current_loops != NULL) in split_edge() [all …]
|
H A D | loop-init.cc | 90 if (!current_loops) in loop_optimizer_init() 95 current_loops = flow_loops_find (NULL); in loop_optimizer_init() 265 flow_loops_find (current_loops); in fix_loop_structure() 325 apply_loop_flags (current_loops->state | record_exits); in fix_loop_structure() 378 if (current_loops) in gate()
|
H A D | cfgloop.cc | 167 if (!current_loops || ! file) in flow_loops_dump() 1069 return current_loops->exits->find_with_hash (e, htab_hash_pointer (e)); in get_exit_descriptions() 1114 = current_loops->exits->find_slot_with_hash (e, htab_hash_pointer (e), in rescan_loop_exit() 1126 current_loops->exits->clear_slot (slot); in rescan_loop_exit() 1139 if (!current_loops) in record_loop_exits() 1146 gcc_assert (current_loops->exits == NULL); in record_loop_exits() 1147 current_loops->exits in record_loop_exits() 1184 if (!current_loops->exits) in dump_recorded_exits() 1186 current_loops->exits->traverse<FILE *, dump_recorded_exit> (file); in dump_recorded_exits() 1346 (*current_loops->larray)[loop->num] = NULL; in delete_loop() [all …]
|
H A D | tree-cfgcleanup.cc | 411 if (current_loops) in tree_forwarder_block_p() 655 if (current_loops && bb->loop_father->latch == bb) in remove_forwarder_block() 1010 if (current_loops) in cleanup_tree_cfg_noloop() 1136 if (changed && current_loops) in cleanup_tree_cfg_noloop() 1185 if (current_loops != NULL in cleanup_tree_cfg() 1211 if (current_loops && bb_loop_header_p (bb)) in remove_forwarder_block_with_phi() 1330 if (current_loops && bb->loop_father->latch == bb) in remove_forwarder_block_with_phi() 1478 && current_loops) in execute()
|
H A D | gimple-harden-conditionals.cc | 264 if (current_loops) in insert_check_and_trap() 265 add_bb_to_loop (trp, current_loops->tree_root); in insert_check_and_trap()
|
H A D | ira-build.cc | 148 if (current_loops == NULL) in create_loop_tree_nodes() 197 if (current_loops != NULL) in more_one_region_p() 346 if (current_loops == NULL) in form_loop_tree() 381 ira_assert (current_loops != NULL); in rebuild_regno_allocno_maps() 1972 ira_assert (current_loops != NULL); in create_loop_tree_node_allocnos() 2281 ira_assert (current_loops != NULL); in mark_loops_for_removal() 2328 ira_assert (current_loops != NULL); in mark_all_loops_for_removal() 2641 if (current_loops == NULL) in remove_unnecessary_regions() 3549 current_loops == NULL ? 1 : number_of_loops (cfun), in ira_build()
|
H A D | cfgloopmanip.cc | 92 class loop *loop = current_loops->tree_root, *act; in fix_bb_placement() 130 class loop *father = current_loops->tree_root, *act; in fix_loop_placement() 198 if (base_loop == current_loops->tree_root in fix_bb_placements() 1509 if (!current_loops) in create_preheaders()
|
H A D | tree-ssa-loop-im.cc | 1501 while (loop != current_loops->tree_root in mark_ref_stored() 1522 while (loop != current_loops->tree_root in mark_ref_loaded() 1760 if (bb->loop_father != current_loops->tree_root) in analyze_memory_references() 1805 if (outer == current_loops->tree_root) in analyze_memory_references() 3278 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next) in do_store_motion() 3411 for (loop = current_loops->tree_root->inner; loop; loop = loop->next) in fill_always_executed_in() 3435 if (outer_loop && outer_loop != current_loops->tree_root in fill_coldest_and_hotter_out_loop() 3572 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next) in loop_invariant_motion_in_fun()
|
H A D | loop-invariant.cc | 2063 loop != current_loops->tree_root; in mark_regno_live() 2132 loop != current_loops->tree_root; in mark_ref_regs() 2175 if (curr_loop == current_loops->tree_root) in calculate_loop_reg_pressure() 2179 loop != current_loops->tree_root; in calculate_loop_reg_pressure()
|
H A D | except.cc | 1017 if (current_loops) in dw2_build_landing_pads() 1391 if (current_loops) in sjlj_emit_dispatch_table() 1429 if (current_loops) in sjlj_emit_dispatch_table() 1445 if (current_loops) in sjlj_emit_dispatch_table() 1446 add_bb_to_loop (bb, current_loops->tree_root); in sjlj_emit_dispatch_table()
|
H A D | function.h | 520 #define current_loops (cfun->x_current_loops) macro
|
H A D | cfgloopanal.cc | 89 gcc_assert (current_loops != NULL); in mark_irreducible_loops()
|
H A D | tree-ssa-loop-ivcanon.cc | 650 add_bb_to_loop (latch_edge->dest, current_loops->tree_root); in unloop_loops() 1446 current_loops->tree_root); in tree_unroll_loops_completely()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfghooks.c | 138 if (bb->loop_father != NULL && current_loops == NULL) in verify_flow_info() 144 if (bb->loop_father == NULL && current_loops != NULL) in verify_flow_info() 377 if (current_loops != NULL && ret == e) in redirect_edge_and_branch() 427 if (current_loops != NULL) in remove_edge() 487 if (current_loops != NULL) in redirect_edge_and_branch_force() 495 if (current_loops != NULL) in redirect_edge_and_branch_force() 537 if (current_loops != NULL) in split_block_1() 605 if (current_loops != NULL) in delete_basic_block() 649 if (current_loops != NULL) in split_edge() 696 if (current_loops != NULL) in split_edge() [all …]
|
H A D | loop-init.c | 88 if (!current_loops) in loop_optimizer_init() 93 current_loops = flow_loops_find (NULL); in loop_optimizer_init() 259 flow_loops_find (current_loops); in fix_loop_structure() 318 apply_loop_flags (current_loops->state | record_exits); in fix_loop_structure() 371 if (current_loops) in gate()
|
H A D | cfgloop.c | 167 if (!current_loops || ! file) in flow_loops_dump() 1072 return current_loops->exits->find_with_hash (e, htab_hash_pointer (e)); in get_exit_descriptions() 1117 = current_loops->exits->find_slot_with_hash (e, htab_hash_pointer (e), in rescan_loop_exit() 1129 current_loops->exits->clear_slot (slot); in rescan_loop_exit() 1142 if (!current_loops) in record_loop_exits() 1149 gcc_assert (current_loops->exits == NULL); in record_loop_exits() 1150 current_loops->exits in record_loop_exits() 1187 if (!current_loops->exits) in dump_recorded_exits() 1189 current_loops->exits->traverse<FILE *, dump_recorded_exit> (file); in dump_recorded_exits() 1349 (*current_loops->larray)[loop->num] = NULL; in delete_loop() [all …]
|
H A D | tree-cfgcleanup.c | 389 if (current_loops) in tree_forwarder_block_p() 633 if (current_loops && bb->loop_father->latch == bb) in remove_forwarder_block() 990 if (current_loops) in cleanup_tree_cfg_noloop() 1118 if (changed && current_loops) in cleanup_tree_cfg_noloop() 1167 if (current_loops != NULL in cleanup_tree_cfg() 1193 if (current_loops && bb_loop_header_p (bb)) in remove_forwarder_block_with_phi() 1312 if (current_loops && bb->loop_father->latch == bb) in remove_forwarder_block_with_phi() 1460 && current_loops) in execute()
|
H A D | ira-build.c | 149 if (current_loops == NULL) in create_loop_tree_nodes() 199 if (current_loops != NULL) in more_one_region_p() 348 if (current_loops == NULL) in form_loop_tree() 383 ira_assert (current_loops != NULL); in rebuild_regno_allocno_maps() 1969 ira_assert (current_loops != NULL); in create_loop_tree_node_allocnos() 2232 ira_assert (current_loops != NULL); in mark_loops_for_removal() 2279 ira_assert (current_loops != NULL); in mark_all_loops_for_removal() 2592 if (current_loops == NULL) in remove_unnecessary_regions() 3500 current_loops == NULL ? 1 : number_of_loops (cfun), in ira_build()
|
H A D | tree-ssa-loop-im.c | 1425 while (loop != current_loops->tree_root in mark_ref_stored() 1619 if (bb->loop_father != current_loops->tree_root) in analyze_memory_references() 1654 if (outer == current_loops->tree_root) in analyze_memory_references() 2243 while (loop != current_loops->tree_root in record_dep_loop() 2451 for (loop = current_loops->tree_root->inner; loop != NULL; loop = loop->next) in store_motion() 2559 for (loop = current_loops->tree_root->inner; loop; loop = loop->next) in fill_always_executed_in()
|
H A D | cfgloopmanip.c | 92 class loop *loop = current_loops->tree_root, *act; in fix_bb_placement() 130 class loop *father = current_loops->tree_root, *act; in fix_loop_placement() 199 if (base_loop == current_loops->tree_root in fix_bb_placements() 1580 if (!current_loops) in create_preheaders()
|
H A D | loop-invariant.c | 2055 loop != current_loops->tree_root; in mark_regno_live() 2124 loop != current_loops->tree_root; in mark_ref_regs() 2167 if (curr_loop == current_loops->tree_root) in calculate_loop_reg_pressure() 2171 loop != current_loops->tree_root; in calculate_loop_reg_pressure()
|
H A D | except.c | 1016 if (current_loops) in dw2_build_landing_pads() 1390 if (current_loops) in sjlj_emit_dispatch_table() 1428 if (current_loops) in sjlj_emit_dispatch_table() 1444 if (current_loops) in sjlj_emit_dispatch_table() 1445 add_bb_to_loop (bb, current_loops->tree_root); in sjlj_emit_dispatch_table()
|
H A D | function.h | 503 #define current_loops (cfun->x_current_loops) macro
|
H A D | cfgloopanal.c | 89 gcc_assert (current_loops != NULL); in mark_irreducible_loops()
|
H A D | cfgloop.h | 622 if (!current_loops) in loops_state_clear()
|