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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dreg-stack.c2018 enum reg_note *note_kind; /* The type of each note */
2062 note_kind = XALLOCAVEC (enum reg_note, i);
2082 note_kind[n_notes] = REG_NOTE_KIND (note);
2176 if (note_kind[i] == REG_DEAD)
2261 && note_kind[j] == REG_UNUSED)
2276 && note_kind[j] == REG_DEAD
2003 enum reg_note *note_kind; /* The type of each note */ local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dreg-stack.c1949 enum reg_note *note_kind; /* The type of each note */
1994 note_kind = alloca (i * sizeof (enum reg_note));
2014 note_kind[n_notes] = REG_NOTE_KIND (note);
2108 if (note_kind[i] == REG_DEAD)
2193 && note_kind[j] == REG_UNUSED)
2208 && note_kind[j] == REG_DEAD
1934 enum reg_note *note_kind; /* The type of each note */ local

Completed in 114 milliseconds