Searched refs:next_insn (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dgraph.c288 rtx next_insn;
310 next_insn = next_nonnote_insn (tmp_rtx);
332 next_insn != block_head,
335 if (block_head == next_insn)
341 next_insn != 0,
344 if (next_insn == 0)
353 if (next_insn == 0
354 || !BARRIER_P (next_insn))
356 next_insn ? INSN_UID (next_insn)
287 rtx next_insn; local
[all...]
H A Dcfglayout.c189 rtx next_insn;
208 next_insn = get_insns ();
213 if (PREV_INSN (BB_HEAD (bb)) && next_insn != BB_HEAD (bb))
214 bb->il.rtl->header = unlink_insn_chain (next_insn,
219 next_insn = NEXT_INSN (BB_END (bb));
222 cfg_layout_function_footer = next_insn;
187 rtx next_insn; local
H A Dsee.c3427 rtx next_insn = NULL;
3473 next_insn = NEXT_INSN (insn);
3474 if (next_insn
3475 && INSN_P (next_insn)
3476 && (see_get_extension_data (next_insn, &next_source_mode) !=
3480 rtx next_source_register = see_get_extension_reg (next_insn, 0);
3426 rtx next_insn = NULL; local
H A Dresource.c167 /* Similar to next_insn, but ignores insns in the delay slots of
1010 stop_insn = next_insn (PREV_INSN (stop_insn));
H A Demit-rtl.c2739 for (insn = next_insn (insn);
2741 insn = next_insn (insn))
2821 next_insn (rtx insn)
2807 next_insn (rtx insn) function
H A Dgenautomata.c6216 ainsn_t next_insn;
6227 next_insn = curr_insn->next_equiv_class_insn;
6237 curr_insn = next_insn;
6191 ainsn_t next_insn; local
H A Drtl.h1587 extern rtx next_insn (rtx);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c2165 goto next_insn;
2180 goto next_insn;
2191 goto next_insn;
2198 goto next_insn;
2213 goto next_insn;
2220 goto next_insn;
2229 next_insn:
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c7761 rtx insn, next_insn;
7808 for (next_insn = NEXT_INSN (insn);
7809 next_insn != tail;
7810 next_insn = NEXT_INSN (next_insn))
7811 if (INSN_P (next_insn)
7812 && ia64_safe_itanium_class (next_insn) != ITANIUM_CLASS_IGNORE
7813 && GET_CODE (PATTERN (next_insn)) != USE
7814 && GET_CODE (PATTERN (next_insn)) != CLOBBER)
7816 PUT_MODE (next_insn, TImod
7745 rtx insn, next_insn; local
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c17146 is_costly_group (rtx *group_insns, rtx next_insn)
17161 if (next == next_insn)
17163 cost = insn_cost (insn, link, next_insn);
17164 if (rs6000_is_costly_dependence (insn, next_insn, link, cost, 0))
17188 rtx next_insn, bool *group_end, int can_issue_more,
17197 if (next_insn == NULL_RTX)
17203 force = is_costly_group (group_insns, next_insn);
17217 sufficient to insert 'can_issue_more - 1' nops if next_insn is not
17218 a branch. If next_insn is a branch, we insert 'can_issue_more' nops;
17221 if (can_issue_more && !is_branch_slot_insn (next_insn))
17107 is_costly_group(rtx *group_insns, rtx next_insn) argument
17148 force_new_group(int sched_verbose, FILE *dump, rtx *group_insns, rtx next_insn, bool *group_end, int can_issue_more, int *group_count) argument
17289 rtx insn, next_insn; local
17366 rtx insn, next_insn; local
[all...]
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c6196 rtx next_insn = NEXT_INSN (insn);
6204 insn = next_insn;
8957 rtx insn, new_insn, next_insn;
8975 for (insn = get_insns (); insn; insn = next_insn)
8980 next_insn = NEXT_INSN (insn);
6195 rtx next_insn = NEXT_INSN (insn); local
8956 rtx insn, new_insn, next_insn; local

Completed in 402 milliseconds