Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Ddf-problems.c2917 unsigned int uregno = DF_REF_REGNO (use); in df_chain_create_bb_process_use() local
2918 int count = DF_REG_DEF_GET (df, uregno)->n_refs; in df_chain_create_bb_process_use()
2923 unsigned int first_index = DF_REG_DEF_GET (df, uregno)->begin; in df_chain_create_bb_process_use()
3630 unsigned int uregno = DF_REF_REGNO (use); in df_ri_bb_compute() local
3632 if ((dflow->flags & DF_RI_LIFE) && (uregno >= FIRST_PSEUDO_REGISTER)) in df_ri_bb_compute()
3634 REG_FREQ (uregno) += REG_FREQ_FROM_BB (bb); in df_ri_bb_compute()
3635 if (REG_BASIC_BLOCK (uregno) == REG_BLOCK_UNKNOWN) in df_ri_bb_compute()
3636 REG_BASIC_BLOCK (uregno) = bb->index; in df_ri_bb_compute()
3637 else if (REG_BASIC_BLOCK (uregno) != bb->index) in df_ri_bb_compute()
3638 REG_BASIC_BLOCK (uregno) = REG_BLOCK_GLOBAL; in df_ri_bb_compute()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dintegrate.c2879 unsigned int uregno = regno; local
2880 unsigned int last_reg = (uregno >= FIRST_PSEUDO_REGISTER ? uregno
2881 : uregno + HARD_REGNO_NREGS (uregno, mode) - 1);
2886 if (uregno != VIRTUAL_INCOMING_ARGS_REGNUM
2887 && uregno != VIRTUAL_STACK_VARS_REGNUM)
2888 for (i = uregno; i <= last_reg; i++)
Ddf.c754 unsigned int uregno = DF_REF_REGNO (use); local
767 df_ref_unlink (&df->regs[uregno].uses, use);
1435 unsigned int uregno = DF_REF_REGNO (use); local
1442 df->regs[uregno].uses
1443 = df_link_create (use, df->regs[uregno].uses);
1895 unsigned int uregno = DF_REF_REGNO (use); local
1898 bitmap_set_bit (live, uregno);
1899 reg_info[uregno].n_uses++;