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

/freebsd-9.3-release/contrib/gcc/
H A Dregmove.c1457 int dstno, srcno;
1474 srcno = REGNO (src);
1477 REG_N_SETS (srcno)--;
1480 REG_N_CALLS_CROSSED (srcno) -= num_calls;
1483 if (REG_LIVE_LENGTH (srcno) >= 0)
1485 REG_LIVE_LENGTH (srcno) -= length;
1489 if (REG_LIVE_LENGTH (srcno) < 2)
1490 REG_LIVE_LENGTH (srcno) = 2;
1450 int dstno, srcno; local

Completed in 43 milliseconds