Searched refs:note_kind (Results 1 – 2 of 2) sorted by relevance
1876 enum reg_note *note_kind; /* The type of each note */ local1922 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
1947 enum reg_note *note_kind; /* The type of each note */ in subst_asm_stack_regs() local1992 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()