Home
last modified time | relevance | path

Searched refs:next_insn (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDgraph.c287 rtx next_insn; in print_rtl_graph_with_bb() local
309 next_insn = next_nonnote_insn (tmp_rtx); in print_rtl_graph_with_bb()
331 next_insn != block_head, in print_rtl_graph_with_bb()
334 if (block_head == next_insn) in print_rtl_graph_with_bb()
340 next_insn != 0, in print_rtl_graph_with_bb()
343 if (next_insn == 0) in print_rtl_graph_with_bb()
352 if (next_insn == 0 in print_rtl_graph_with_bb()
353 || !BARRIER_P (next_insn)) in print_rtl_graph_with_bb()
355 next_insn ? INSN_UID (next_insn) : 999999, 0, 0); in print_rtl_graph_with_bb()
362 next_insn = NEXT_INSN (next_insn); in print_rtl_graph_with_bb()
[all …]
HDcfglayout.c187 rtx next_insn; in record_effective_endpoints() local
206 next_insn = get_insns (); in record_effective_endpoints()
211 if (PREV_INSN (BB_HEAD (bb)) && next_insn != BB_HEAD (bb)) in record_effective_endpoints()
212 bb->il.rtl->header = unlink_insn_chain (next_insn, in record_effective_endpoints()
217 next_insn = NEXT_INSN (BB_END (bb)); in record_effective_endpoints()
220 cfg_layout_function_footer = next_insn; in record_effective_endpoints()
HDsee.c3426 rtx next_insn = NULL; in see_analyze_one_def() local
3472 next_insn = NEXT_INSN (insn); in see_analyze_one_def()
3473 if (next_insn in see_analyze_one_def()
3474 && INSN_P (next_insn) in see_analyze_one_def()
3475 && (see_get_extension_data (next_insn, &next_source_mode) != in see_analyze_one_def()
3479 rtx next_source_register = see_get_extension_reg (next_insn, 0); in see_analyze_one_def()
HDresource.c1003 stop_insn = next_insn (PREV_INSN (stop_insn)); in mark_target_live_regs()
HDemit-rtl.c2726 for (insn = next_insn (insn); in get_first_nonnote_insn()
2728 insn = next_insn (insn)) in get_first_nonnote_insn()
2807 next_insn (rtx insn) in next_insn() function
HDrtl.h1583 extern rtx next_insn (rtx);
HDgenautomata.c6191 ainsn_t next_insn; in process_insn_equiv_class() local
6202 next_insn = curr_insn->next_equiv_class_insn; in process_insn_equiv_class()
6212 curr_insn = next_insn; in process_insn_equiv_class()
HDChangeLog-20003474 Don't clear need_barrier is next_insn is a CALL_INSN, or has
HDChangeLog-200424551 next_insn, previous_insn, next_nonnote_insn, prev_nonnote_insn,
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-cr16.c2165 goto next_insn; in assemble_insn()
2180 goto next_insn; in assemble_insn()
2191 goto next_insn; in assemble_insn()
2198 goto next_insn; in assemble_insn()
2213 goto next_insn; in assemble_insn()
2220 goto next_insn; in assemble_insn()
2229 next_insn: in assemble_insn()
/freebsd-11-stable/contrib/gcc/config/ia64/
HDia64.c7745 rtx insn, next_insn; in bundling() local
7792 for (next_insn = NEXT_INSN (insn); in bundling()
7793 next_insn != tail; in bundling()
7794 next_insn = NEXT_INSN (next_insn)) in bundling()
7795 if (INSN_P (next_insn) in bundling()
7796 && ia64_safe_itanium_class (next_insn) != ITANIUM_CLASS_IGNORE in bundling()
7797 && GET_CODE (PATTERN (next_insn)) != USE in bundling()
7798 && GET_CODE (PATTERN (next_insn)) != CLOBBER) in bundling()
7800 PUT_MODE (next_insn, TImode); in bundling()
7807 insn = next_insn) in bundling()
[all …]
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.c17107 is_costly_group (rtx *group_insns, rtx next_insn) in is_costly_group() argument
17122 if (next == next_insn) in is_costly_group()
17124 cost = insn_cost (insn, link, next_insn); in is_costly_group()
17125 if (rs6000_is_costly_dependence (insn, next_insn, link, cost, 0)) in is_costly_group()
17149 rtx next_insn, bool *group_end, int can_issue_more, in force_new_group() argument
17158 if (next_insn == NULL_RTX) in force_new_group()
17164 force = is_costly_group (group_insns, next_insn); in force_new_group()
17182 if (can_issue_more && !is_branch_slot_insn (next_insn)) in force_new_group()
17188 emit_insn_before (nop, next_insn); in force_new_group()
17219 emit_insn_before (nop, next_insn); in force_new_group()
[all …]
/freebsd-11-stable/contrib/gcc/config/s390/
HDs390.c6195 rtx next_insn = NEXT_INSN (insn); in s390_chunkify_cancel() local
6203 insn = next_insn; in s390_chunkify_cancel()
8956 rtx insn, new_insn, next_insn; in s390_optimize_prologue() local
8974 for (insn = get_insns (); insn; insn = next_insn) in s390_optimize_prologue()
8979 next_insn = NEXT_INSN (insn); in s390_optimize_prologue()