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

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c240 static rtx get_next_important_insn (rtx, rtx);
7660 get_next_important_insn (rtx insn, rtx tail)
7821 for (insn = get_next_important_insn (NEXT_INSN (prev_head_insn), tail);
7830 next_insn = get_next_important_insn (NEXT_INSN (insn), tail);
8061 for (insn = get_next_important_insn (NEXT_INSN (prev_head_insn), tail);
8069 next_insn = get_next_important_insn (NEXT_INSN (insn), tail);
7644 get_next_important_insn (rtx insn, rtx tail) function

Completed in 127 milliseconds