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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsched-rgn.c1777 int spec_val, prob_val;
1786 spec_val = IS_SPECULATIVE_INSN (insn1) - IS_SPECULATIVE_INSN (insn2);
1787 if (spec_val)
1788 return spec_val;
1775 int spec_val, prob_val; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsched-rgn.c2283 int spec_val, prob_val;
2292 spec_val = IS_SPECULATIVE_INSN (insn1) - IS_SPECULATIVE_INSN (insn2);
2293 if (spec_val)
2294 return spec_val;
2281 int spec_val, prob_val; local

Completed in 133 milliseconds