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

/freebsd-10.1-release/contrib/gcc/
H A Dglobal.c117 HARD_REG_SET hard_reg_conflicts;
271 Idea: change hard_reg_conflicts so that instead of recording which
557 AND_COMPL_HARD_REG_SET (allocno[i].hard_reg_conflicts,
983 COPY_HARD_REG_SET (temp, allocno[num].hard_reg_conflicts);
1080 IOR_HARD_REG_SET (used1, allocno[num].hard_reg_conflicts);
1378 IOR_HARD_REG_SET (allocno[j].hard_reg_conflicts, this_reg);
1433 SET_HARD_REG_BIT (allocno[j].hard_reg_conflicts, regno);
1443 IOR_HARD_REG_SET (allocno[ialloc].hard_reg_conflicts, hard_regs_live);
1459 IOR_HARD_REG_SET (allocno[allocno_vec[len]].hard_reg_conflicts,
1997 if (TEST_HARD_REG_BIT (allocno[i].hard_reg_conflicts,
116 HARD_REG_SET hard_reg_conflicts; member in struct:allocno
[all...]

Completed in 49 milliseconds