Searched refs:LABEL_KIND (Results 1 – 5 of 5) sorted by relevance
601 switch (LABEL_KIND (in_rtx)) in print_rtx()
934 #define LABEL_KIND(LABEL) __extension__ \ macro955 #define LABEL_KIND(LABEL) \ macro968 #define LABEL_ALT_ENTRY_P(LABEL) (LABEL_KIND (LABEL) != LABEL_NORMAL)
1648 switch (LABEL_KIND (insn)) in output_alternate_entry_point()
12916 (LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.12930 * doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
3078 @findex LABEL_KIND3082 The field @code{LABEL_KIND} differentiates four different types of3094 equivalent to testing whether @samp{LABEL_KIND (label) == LABEL_NORMAL}.