Home
last modified time | relevance | path

Searched refs:note_kind (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreg-stack.c1876 enum reg_note *note_kind; /* The type of each note */ local
1922 note_kind = (enum reg_note *) alloca (i * sizeof (enum reg_note));
1942 note_kind[n_notes] = REG_NOTE_KIND (note);
2038 if (note_kind[i] == REG_DEAD)
2124 && note_kind[j] == REG_UNUSED)
2139 && note_kind[j] == REG_DEAD
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c1947 enum reg_note *note_kind; /* The type of each note */ in subst_asm_stack_regs() local
1992 note_kind = alloca (i * sizeof (enum reg_note)); in subst_asm_stack_regs()
2012 note_kind[n_notes] = REG_NOTE_KIND (note); in subst_asm_stack_regs()
2106 if (note_kind[i] == REG_DEAD) in subst_asm_stack_regs()
2191 && note_kind[j] == REG_UNUSED) in subst_asm_stack_regs()
2206 && note_kind[j] == REG_DEAD in subst_asm_stack_regs()