Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDreorg.c768 rtx trial = next_nonnote_insn (insn); in optimize_skip()
1451 next_trial = next_nonnote_insn (trial); in try_merge_delay_insns()
1468 && (next_trial = next_nonnote_insn (trial)) in try_merge_delay_insns()
1898 for (p = next_nonnote_insn (insn); p != delayed_insn; in update_reg_dead_notes()
1899 p = next_nonnote_insn (p)) in update_reg_dead_notes()
1931 for (p = next_nonnote_insn (start_insn); p != stop_insn; in fix_reg_dead_note()
1932 p = next_nonnote_insn (p)) in fix_reg_dead_note()
2241 for (trial = next_nonnote_insn (insn); trial; trial = next_trial) in fill_simple_delay_slots()
2243 next_trial = next_nonnote_insn (trial); in fill_simple_delay_slots()
2281 next_trial = next_nonnote_insn (trial); in fill_simple_delay_slots()
[all …]
HDresource.c152 for (insn = next_nonnote_insn (insn); in find_basic_block()
154 insn = next_nonnote_insn (insn)) in find_basic_block()
1220 while ((epilogue_insn = next_nonnote_insn (epilogue_insn))) in init_resource_info()
HDgraph.c309 next_insn = next_nonnote_insn (tmp_rtx); in print_rtl_graph_with_bb()
HDcfgrtl.c815 barrier = next_nonnote_insn (BB_END (src)); in try_redirect_by_replacing_jump()
1367 rtx next = next_nonnote_insn (BB_END (e->src)); in commit_one_edge_insertion()
1375 next = next_nonnote_insn (next); in commit_one_edge_insertion()
1721 tmp = next_nonnote_insn (end); in get_last_bb_insn()
1725 tmp = next_nonnote_insn (end); in get_last_bb_insn()
HDfinal.c864 next = next_nonnote_insn (insn); in shorten_branches()
1905 next = next_nonnote_insn (insn); in final_scan_insn()
HDrecog.c902 for (next = next_nonnote_insn (insn); in find_single_use()
904 next = next_nonnote_insn (next)) in find_single_use()
HDemit-rtl.c2841 next_nonnote_insn (rtx insn) in next_nonnote_insn() function
3015 rtx user = next_nonnote_insn (insn); in link_cc0_insns()
3042 insn = next_nonnote_insn (insn); in next_cc0_user()
HDpostreload.c1322 rtx next = next_nonnote_insn (insn); in reload_cse_move2add()
HDjump.c350 label = next_nonnote_insn (insn); in get_label_after()
HDcfgcleanup.c640 barrier = next_nonnote_insn (BB_END (a)); in merge_blocks_move_predecessor_nojumps()
HDsched-deps.c1183 next = next_nonnote_insn (insn); in sched_analyze_insn()
HDrtl.h1585 extern rtx next_nonnote_insn (rtx);
HDrtlanal.c3191 rtx i2 = next_nonnote_insn (insn); in keep_with_call_p()
HDflow.c1658 && (next = next_nonnote_insn (label)) != NULL in propagate_block_delete_insn()
HDcombine.c3383 if ((temp = next_nonnote_insn (i3)) == NULL_RTX in try_combine()
3394 if ((temp = next_nonnote_insn (undobuf.other_insn)) == NULL_RTX in try_combine()
12165 else if (i2 != 0 && next_nonnote_insn (i2) == i3 in distribute_notes()
HDgcse.c1755 || ((tmp = next_nonnote_insn (insn)) != NULL_RTX in hash_scan_set()
HDbuiltins.c4765 next = next_nonnote_insn (next); in expand_builtin_expect_jump()
4783 next = next_nonnote_insn (next); in expand_builtin_expect_jump()
HDcse.c7420 && ((tem = next_nonnote_insn (insn)) == 0 in set_live_p()
HDChangeLog-200325389 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
36159 next_nonnote_insn.
HDChangeLog-19998938 * haifa-sched.c (schedule_block): Use next_nonnote_insn instead
HDChangeLog-200424551 next_insn, previous_insn, next_nonnote_insn, prev_nonnote_insn,
/trueos/contrib/gcc/config/arm/
HDarm.c5534 t = next_nonnote_insn (first); in cirrus_reorg()
5539 if (arm_cirrus_insn_p (next_nonnote_insn (t))) in cirrus_reorg()
5560 if (arm_cirrus_insn_p (next_nonnote_insn (first))) in cirrus_reorg()
5588 first = next_nonnote_insn (first); in cirrus_reorg()
5626 t = next_nonnote_insn (first); in cirrus_reorg()
5631 if (arm_cirrus_insn_p (next_nonnote_insn (t))) in cirrus_reorg()
7871 rtx next = next_nonnote_insn (insn); in arm_barrier_cost()
8222 for (insn = next_nonnote_insn (insn); insn; insn = next_nonnote_insn (insn)) in arm_reorg()
11637 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
11641 start_insn = next_nonnote_insn (start_insn); in arm_final_prescan_insn()
[all …]
HDarm.md9731 if (use_return_insn (FALSE, next_nonnote_insn (insn)))
9733 return arm_output_epilogue (next_nonnote_insn (insn));