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

/freebsd-10.1-release/contrib/gcc/
H A Dgenemit.c33 static int max_dup_opno; variable
90 max_dup_opno = MAX (max_dup_opno, XINT (x, 0));
116 max_dup_opno = -1;
408 if (max_dup_opno >= operands)
480 && operands > max_dup_opno
491 for (i = operands; i <= max_dup_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));
525 for (; i <= max_dup_opno;
[all...]

Completed in 99 milliseconds