Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dprint-rtl.c540 switch (LABEL_KIND (in_rtx))
H A Drtl.h929 #define LABEL_KIND(LABEL) __extension__ \ macro
950 #define LABEL_KIND(LABEL) \ macro
963 #define LABEL_ALT_ENTRY_P(LABEL) (LABEL_KIND (LABEL) != LABEL_NORMAL)
H A Dra-debug.c375 switch (LABEL_KIND (x))
H A Dfinal.c1962 switch (LABEL_KIND (insn))
H A DChangeLog18624 (LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.
18638 * doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
/openbsd/gnu/gcc/gcc/
H A Dprint-rtl.c601 switch (LABEL_KIND (in_rtx)) in print_rtx()
H A Drtl.h920 #define LABEL_KIND(LABEL) __extension__ \ macro
941 #define LABEL_KIND(LABEL) \ macro
954 #define LABEL_ALT_ENTRY_P(LABEL) (LABEL_KIND (LABEL) != LABEL_NORMAL)
H A Dfinal.c1643 switch (LABEL_KIND (insn)) in output_alternate_entry_point()
/openbsd/gnu/gcc/gcc/doc/
H A Drtl.texi3073 @findex LABEL_KIND
3077 The field @code{LABEL_KIND} differentiates four different types of
3089 equivalent to testing whether @samp{LABEL_KIND (label) == LABEL_NORMAL}.
H A Dgccint.info11026 The field `LABEL_KIND' differentiates four different types of
11038 provided. It is equivalent to testing whether `LABEL_KIND (label)
32785 * LABEL_KIND: Insns. (line 138)
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Drtl.texi2851 @findex LABEL_KIND
2855 The field @code{LABEL_KIND} differentiates four different types of
2867 equivalent to testing whether @samp{LABEL_KIND (label) == LABEL_NORMAL}.