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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c227 static rtx get_next_important_insn (rtx, rtx);
7016 get_next_important_insn (rtx insn, rtx tail)
7177 for (insn = get_next_important_insn (NEXT_INSN (prev_head_insn), tail);
7186 next_insn = get_next_important_insn (NEXT_INSN (insn), tail);
7417 for (insn = get_next_important_insn (NEXT_INSN (prev_head_insn), tail);
7425 next_insn = get_next_important_insn (NEXT_INSN (insn), tail);
6999 get_next_important_insn (rtx insn, rtx tail) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c257 static rtx get_next_important_insn (rtx, rtx);
8449 get_next_important_insn (rtx insn, rtx tail)
8604 for (insn = get_next_important_insn (NEXT_INSN (prev_head_insn), tail);
8613 next_insn = get_next_important_insn (NEXT_INSN (insn), tail);
8432 get_next_important_insn (rtx insn, rtx tail) function

Completed in 92 milliseconds