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

/freebsd-12-stable/contrib/gcc/
H A Dsched-rgn.c2145 int spec_val, prob_val;
2154 spec_val = IS_SPECULATIVE_INSN (insn1) - IS_SPECULATIVE_INSN (insn2);
2155 if (spec_val)
2156 return spec_val;
2143 int spec_val, prob_val; local

Completed in 138 milliseconds