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

/freebsd-10.0-release/contrib/gcc/
H A Dreg-stack.c1962 enum reg_note *note_kind; /* The type of each note */
2007 note_kind = alloca (i * sizeof (enum reg_note));
2027 note_kind[n_notes] = REG_NOTE_KIND (note);
2121 if (note_kind[i] == REG_DEAD)
2206 && note_kind[j] == REG_UNUSED)
2221 && note_kind[j] == REG_DEAD
1947 enum reg_note *note_kind; /* The type of each note */ local

Completed in 159 milliseconds