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

/freebsd-11.0-release/contrib/gcc/
H A Dgenemit.c34 static int max_scratch_opno; variable
92 max_scratch_opno = MAX (max_scratch_opno, XINT (x, 0));
117 max_scratch_opno = -1;
493 for (; i <= max_scratch_opno; i++)
507 if (operands > 0 || max_dup_opno >= 0 || max_scratch_opno >= 0)
509 MAX (operands, MAX (max_scratch_opno, max_dup_opno) + 1));
527 for (; i <= max_scratch_opno; i++)
604 operands = MAX (max_opno, MAX (max_dup_opno, max_scratch_opno)) + 1;

Completed in 44 milliseconds