Home
last modified time | relevance | path

Searched refs:LABEL_KIND (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dprint-rtl.c601 switch (LABEL_KIND (in_rtx)) in print_rtx()
H A Drtl.h934 #define LABEL_KIND(LABEL) __extension__ \ macro
955 #define LABEL_KIND(LABEL) \ macro
968 #define LABEL_ALT_ENTRY_P(LABEL) (LABEL_KIND (LABEL) != LABEL_NORMAL)
H A Dfinal.c1648 switch (LABEL_KIND (insn)) in output_alternate_entry_point()
H A DChangeLog-200212916 (LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.
12930 * doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
/freebsd-12.1/contrib/gcc/doc/
H A Drtl.texi3078 @findex LABEL_KIND
3082 The field @code{LABEL_KIND} differentiates four different types of
3094 equivalent to testing whether @samp{LABEL_KIND (label) == LABEL_NORMAL}.