Home
last modified time | relevance | path

Searched refs:current_loops (Results 1 – 25 of 88) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfghooks.cc141 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 Dloop-init.cc90 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 Dcfgloop.cc167 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 Dtree-cfgcleanup.cc411 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 Dgimple-harden-conditionals.cc264 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 Dira-build.cc148 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 Dcfgloopmanip.cc92 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 Dtree-ssa-loop-im.cc1501 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 Dloop-invariant.cc2063 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 Dexcept.cc1017 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 Dfunction.h520 #define current_loops (cfun->x_current_loops) macro
H A Dcfgloopanal.cc89 gcc_assert (current_loops != NULL); in mark_irreducible_loops()
H A Dtree-ssa-loop-ivcanon.cc650 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 Dcfghooks.c138 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 Dloop-init.c88 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 Dcfgloop.c167 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 Dtree-cfgcleanup.c389 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 Dira-build.c149 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 Dtree-ssa-loop-im.c1425 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 Dcfgloopmanip.c92 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 Dloop-invariant.c2055 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 Dexcept.c1016 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 Dfunction.h503 #define current_loops (cfun->x_current_loops) macro
H A Dcfgloopanal.c89 gcc_assert (current_loops != NULL); in mark_irreducible_loops()
H A Dcfgloop.h622 if (!current_loops) in loops_state_clear()

1234