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

/freebsd-10.0-release/contrib/gcc/
H A Dcaller-save.c422 &chain->live_throughout);
433 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, regno, rsi)
818 COPY_REG_SET (&new->live_throughout, &chain->live_throughout);
835 SET_REGNO_REG_SET (&new->live_throughout, regno + i);
852 COPY_REG_SET (&new->live_throughout, &chain->live_throughout);
857 &new->live_throughout);
H A Dreload.h215 regset_head live_throughout; member in struct:insn_chain
H A Dreload1.c522 INIT_REG_SET (&c->live_throughout);
1436 CLEAR_REGNO_REG_SET (&chain->live_throughout, i);
1663 REG_SET_TO_HARD_REG_SET (used_by_pseudos, &chain->live_throughout);
1673 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, i, rsi)
1797 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, j, rsi)
3734 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, i, rsi)
3773 AND_COMPL_REG_SET (&chain->live_throughout, &spilled_pseudos);
3780 REG_SET_TO_HARD_REG_SET (used_by_pseudos, &chain->live_throughout);
3787 compute_use_by_pseudos (&used_by_pseudos, &chain->live_throughout);
5417 REG_SET_TO_HARD_REG_SET (tmp, &chain->live_throughout);
[all...]
H A Dglobal.c1905 COPY_REG_SET (&c->live_throughout, live_relevant_regs);
1913 COPY_REG_SET (&c->live_throughout, live_relevant_regs);

Completed in 202 milliseconds