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

/haiku-buildtools/legacy/gcc/gcc/
H A Dcaller-save.c83 static HARD_REG_SET this_insn_sets; variable
/haiku-buildtools/gcc/gcc/
H A Dcaller-save.c450 HARD_REG_SET hard_regs_to_save, used_regs, this_insn_sets; local
479 note_stores (PATTERN (insn), mark_set_regs, &this_insn_sets); local
563 note_stores (PATTERN (insn), mark_set_regs, &this_insn_sets); local
778 HARD_REG_SET this_insn_sets; local
800 HARD_REG_SET this_insn_sets; local
824 note_stores (PATTERN (insn), mark_set_regs, &this_insn_sets); local
879 note_stores (PATTERN (insn), mark_set_regs, &this_insn_sets); local
982 HARD_REG_SET *this_insn_sets = (HARD_REG_SET *) data; local
[all...]

Completed in 100 milliseconds