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

/freebsd-10.1-release/contrib/gcc/
H A Dcaller-save.c375 HARD_REG_SET this_insn_sets;
454 CLEAR_HARD_REG_SET (this_insn_sets);
455 note_stores (PATTERN (insn), mark_set_regs, &this_insn_sets);
460 &this_insn_sets);
464 AND_COMPL_HARD_REG_SET (hard_regs_to_save, this_insn_sets);
498 Set the proper bit or bits in this_insn_sets. All pseudos that have
506 HARD_REG_SET *this_insn_sets = data;
524 SET_HARD_REG_BIT (*this_insn_sets, i);
372 HARD_REG_SET this_insn_sets; local
452 note_stores (PATTERN (insn), mark_set_regs, &this_insn_sets); local
503 HARD_REG_SET *this_insn_sets = data; local

Completed in 82 milliseconds