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

/freebsd-9.3-release/contrib/gcc/
H A Ddf-problems.c2924 unsigned int uregno = DF_REF_REGNO (use);
2925 int count = DF_REG_DEF_GET (df, uregno)->n_refs;
2930 unsigned int first_index = DF_REG_DEF_GET (df, uregno)->begin;
3637 unsigned int uregno = DF_REF_REGNO (use);
3639 if ((dflow->flags & DF_RI_LIFE) && (uregno >= FIRST_PSEUDO_REGISTER))
3641 REG_FREQ (uregno) += REG_FREQ_FROM_BB (bb);
3642 if (REG_BASIC_BLOCK (uregno) == REG_BLOCK_UNKNOWN)
3643 REG_BASIC_BLOCK (uregno) = bb->index;
3644 else if (REG_BASIC_BLOCK (uregno) != bb->index)
3645 REG_BASIC_BLOCK (uregno)
2917 unsigned int uregno = DF_REF_REGNO (use); local
3630 unsigned int uregno = DF_REF_REGNO (use); local
[all...]

Completed in 61 milliseconds