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

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c9823 static rtx vr4130_last_insn;
9839 /* Return true if there is true register dependence between vr4130_last_insn
9845 note_stores (PATTERN (vr4130_last_insn),
9877 if (vr4130_last_insn != 0
9889 vr4130_last_insn, prefer to schedule the other one first. */
9895 /* Prefer to schedule INSN2 ahead of INSN1 if vr4130_last_insn
9900 && recog_memoized (vr4130_last_insn) >= 0
9901 && class1 == get_attr_vr4130_class (vr4130_last_insn))
9952 vr4130_last_insn = 0;
9976 vr4130_last_insn
9768 static rtx vr4130_last_insn; variable
[all...]

Completed in 70 milliseconds