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

/freebsd-9.3-release/contrib/gcc/
H A Ddf-problems.c1470 unsigned int dregno = DF_REF_REGNO (def);
1471 bitmap_set_bit (bb_info->def, dregno);
1472 bitmap_clear_bit (bb_info->use, dregno);
1492 unsigned int dregno = DF_REF_REGNO (def);
1494 if (dregno >= FIRST_PSEUDO_REGISTER
1496 && bitmap_bit_p (df->exit_block_uses, dregno)
1497 && !refers_to_regno_p (dregno, dregno+1,
1505 bitmap_set_bit (bb_info->def, dregno);
1506 bitmap_clear_bit (bb_info->use, dregno);
1466 unsigned int dregno = DF_REF_REGNO (def); local
1488 unsigned int dregno = DF_REF_REGNO (def); local
1511 unsigned int dregno = DF_REF_REGNO (def); local
1542 unsigned int dregno = DF_REF_REGNO (def); local
2977 unsigned int dregno = DF_REF_REGNO (def); local
3004 unsigned int dregno = DF_REF_REGNO (def); local
3419 unsigned int dregno = DF_REF_REGNO (def); local
[all...]
H A Dregmove.c407 int dregno = REGNO (dest);
410 if (sregno == dregno
413 || dregno < FIRST_PSEUDO_REGISTER))
416 || sregno == STACK_POINTER_REGNUM || dregno == STACK_POINTER_REGNUM)
515 && (dest_death = find_regno_note (q, REG_DEAD, dregno)) != 0)
551 && (dest_death = find_regno_note (insn, REG_UNUSED, dregno)))
563 if (dregno >= FIRST_PSEUDO_REGISTER)
567 if (REG_LIVE_LENGTH (dregno) >= 0)
568 REG_LIVE_LENGTH (dregno) += d_length;
569 REG_N_CALLS_CROSSED (dregno)
403 int dregno = REGNO (dest); local
601 int dregno = REGNO (dest); local
[all...]

Completed in 101 milliseconds