Home
last modified time | relevance | path

Searched refs:next_nonnote_insn (Results 1 – 25 of 61) sorted by relevance

123

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dreorg.c165 rtx user = next_nonnote_insn (insn); in link_cc0_insns()
745 rtx_insn *trial = next_nonnote_insn (insn); in optimize_skip()
1309 next_trial = next_nonnote_insn (trial); in try_merge_delay_insns()
1324 && (next_trial = next_nonnote_insn (trial)) in try_merge_delay_insns()
1768 for (p = next_nonnote_insn (insn); p != delayed_insn; in update_reg_dead_notes()
1769 p = next_nonnote_insn (p)) in update_reg_dead_notes()
1803 p = next_nonnote_insn (p)) in fix_reg_dead_note()
2160 next_trial = next_nonnote_insn (trial); in fill_simple_delay_slots()
2195 next_trial = next_nonnote_insn (trial); in fill_simple_delay_slots()
2422 trial = next_nonnote_insn (trial)) in fill_slots_from_thread()
[all …]
H A Dreorg.cc681 rtx_insn *trial = next_nonnote_insn (insn); in optimize_skip()
1238 next_trial = next_nonnote_insn (trial); in try_merge_delay_insns()
1251 && (next_trial = next_nonnote_insn (trial)) in try_merge_delay_insns()
1693 for (p = next_nonnote_insn (insn); p != delayed_insn; in update_reg_dead_notes()
1694 p = next_nonnote_insn (p)) in update_reg_dead_notes()
1727 for (p = next_nonnote_insn (start_insn); p != stop_insn; in fix_reg_dead_note()
1728 p = next_nonnote_insn (p)) in fix_reg_dead_note()
2083 next_trial = next_nonnote_insn (trial); in fill_simple_delay_slots()
2117 next_trial = next_nonnote_insn (trial); in fill_simple_delay_slots()
2356 trial = next_nonnote_insn (trial)) in fill_slots_from_thread()
[all …]
H A Dresource.c150 for (insn = next_nonnote_insn (insn); in find_basic_block()
152 insn = next_nonnote_insn (insn)) in find_basic_block()
1210 while ((epilogue_insn = next_nonnote_insn (epilogue_insn))) in init_resource_info()
1301 insn = next_nonnote_insn (insn); in clear_hashed_info_until_next_barrier()
H A Dresource.cc151 for (insn = next_nonnote_insn (insn); in find_basic_block()
153 insn = next_nonnote_insn (insn)) in find_basic_block()
1196 while ((epilogue_insn = next_nonnote_insn (epilogue_insn))) in init_resource_info()
1292 insn = next_nonnote_insn (insn); in clear_hashed_info_until_next_barrier()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dreorg.c165 rtx user = next_nonnote_insn (insn); in link_cc0_insns()
745 rtx_insn *trial = next_nonnote_insn (insn); in optimize_skip()
1309 next_trial = next_nonnote_insn (trial); in try_merge_delay_insns()
1324 && (next_trial = next_nonnote_insn (trial)) in try_merge_delay_insns()
1768 for (p = next_nonnote_insn (insn); p != delayed_insn; in update_reg_dead_notes()
1769 p = next_nonnote_insn (p)) in update_reg_dead_notes()
1803 p = next_nonnote_insn (p)) in fix_reg_dead_note()
2160 next_trial = next_nonnote_insn (trial); in fill_simple_delay_slots()
2195 next_trial = next_nonnote_insn (trial); in fill_simple_delay_slots()
2422 trial = next_nonnote_insn (trial)) in fill_slots_from_thread()
[all …]
H A Dresource.c150 for (insn = next_nonnote_insn (insn); in find_basic_block()
152 insn = next_nonnote_insn (insn)) in find_basic_block()
1210 while ((epilogue_insn = next_nonnote_insn (epilogue_insn))) in init_resource_info()
1301 insn = next_nonnote_insn (insn); in clear_hashed_info_until_next_barrier()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-pcrel-opt.cc364 if (next_nonnote_insn (addr_insn) == load_insn) in pcrel_opt_load()
517 if (next_nonnote_insn (addr_insn) == store_insn) in pcrel_opt_store()
/netbsd/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.c5208 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5212 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5223 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5225 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5311 this_insn = next_nonnote_insn (this_insn); in arc_ccfsm_advance()
5428 this_insn = next_nonnote_insn (this_insn); in arc_ccfsm_advance()
9640 rtx_insn *next = next_nonnote_insn (insn); in arc_ifcvt()
10321 next = next_nonnote_insn (label); in arc_text_label()
H A Darc.cc5213 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5217 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5228 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5230 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5316 this_insn = next_nonnote_insn (this_insn); in arc_ccfsm_advance()
5433 this_insn = next_nonnote_insn (this_insn); in arc_ccfsm_advance()
9648 rtx_insn *next = next_nonnote_insn (insn); in arc_ifcvt()
10303 next = next_nonnote_insn (label); in arc_text_label()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.c5208 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5212 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5223 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5225 start_insn = next_nonnote_insn (start_insn); in arc_ccfsm_advance()
5311 this_insn = next_nonnote_insn (this_insn); in arc_ccfsm_advance()
5428 this_insn = next_nonnote_insn (this_insn); in arc_ccfsm_advance()
9640 rtx_insn *next = next_nonnote_insn (insn); in arc_ifcvt()
10321 next = next_nonnote_insn (label); in arc_text_label()
/netbsd/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.c1116 first_insn = next_nonnote_insn (first_insn); in substitute_ep_register()
1118 last_insn = next_nonnote_insn (last_insn); in substitute_ep_register()
H A Dv850.cc1116 first_insn = next_nonnote_insn (first_insn); in substitute_ep_register()
1118 last_insn = next_nonnote_insn (last_insn); in substitute_ep_register()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.c1116 first_insn = next_nonnote_insn (first_insn); in substitute_ep_register()
1118 last_insn = next_nonnote_insn (last_insn); in substitute_ep_register()
/netbsd/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.c9019 insn = next_nonnote_insn (insn); in alphaev4_next_group()
9033 insn = next_nonnote_insn (insn); in alphaev4_next_group()
9150 insn = next_nonnote_insn (insn); in alphaev5_next_group()
9164 insn = next_nonnote_insn (insn); in alphaev5_next_group()
9256 i = next_nonnote_insn (i); in alpha_align_insns_1()
H A Dalpha.cc9019 insn = next_nonnote_insn (insn); in alphaev4_next_group()
9033 insn = next_nonnote_insn (insn); in alphaev4_next_group()
9150 insn = next_nonnote_insn (insn); in alphaev5_next_group()
9164 insn = next_nonnote_insn (insn); in alphaev5_next_group()
9256 i = next_nonnote_insn (i); in alpha_align_insns_1()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c9019 insn = next_nonnote_insn (insn); in alphaev4_next_group()
9033 insn = next_nonnote_insn (insn); in alphaev4_next_group()
9150 insn = next_nonnote_insn (insn); in alphaev5_next_group()
9164 insn = next_nonnote_insn (insn); in alphaev5_next_group()
9256 i = next_nonnote_insn (i); in alpha_align_insns_1()
/netbsd/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.c1073 rtx next = next_nonnote_insn (insn); in get_csky_barrier_cost()
1463 for (insn = next_nonnote_insn (insn); insn; in csky_emit_constant_pools()
1464 insn = next_nonnote_insn (insn)) in csky_emit_constant_pools()
H A Dcsky.cc1159 rtx next = next_nonnote_insn (insn); in get_csky_barrier_cost()
1551 for (insn = next_nonnote_insn (insn); insn; in csky_emit_constant_pools()
1552 insn = next_nonnote_insn (insn)) in csky_emit_constant_pools()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.c1073 rtx next = next_nonnote_insn (insn); in get_csky_barrier_cost()
1463 for (insn = next_nonnote_insn (insn); insn; in csky_emit_constant_pools()
1464 insn = next_nonnote_insn (insn)) in csky_emit_constant_pools()
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c17768 rtx_insn *next = next_nonnote_insn (insn); in arm_barrier_cost()
19214 for (insn = next_nonnote_insn (insn); insn; insn = next_nonnote_insn (insn)) in arm_reorg()
24915 insn = next_nonnote_insn (insn); in thumb2_final_prescan_insn()
24995 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
25010 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
25012 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
25083 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
25106 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
25130 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
25132 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
[all …]
H A Darm.cc17943 rtx_insn *next = next_nonnote_insn (insn); in arm_barrier_cost()
19389 for (insn = next_nonnote_insn (insn); insn; insn = next_nonnote_insn (insn)) in arm_reorg()
25083 insn = next_nonnote_insn (insn); in thumb2_final_prescan_insn()
25163 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
25178 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
25180 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
25251 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
25274 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
25298 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
25300 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c17768 rtx_insn *next = next_nonnote_insn (insn); in arm_barrier_cost()
19214 for (insn = next_nonnote_insn (insn); insn; insn = next_nonnote_insn (insn)) in arm_reorg()
24915 insn = next_nonnote_insn (insn); in thumb2_final_prescan_insn()
24995 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
25010 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
25012 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
25083 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
25106 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
25130 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
25132 this_insn = next_nonnote_insn (this_insn); in arm_final_prescan_insn()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c5628 i2 = next_nonnote_insn (i1); in same_cmp_following_p()
5631 i3 = next_nonnote_insn (i2); in same_cmp_following_p()
H A Dh8300.cc5222 i2 = next_nonnote_insn (i1); in same_cmp_following_p()
5225 i3 = next_nonnote_insn (i2); in same_cmp_following_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/h8300/
H A Dh8300.c5628 i2 = next_nonnote_insn (i1); in same_cmp_following_p()
5631 i3 = next_nonnote_insn (i2); in same_cmp_following_p()

123