Searched refs:LABEL_NORMAL (Results 1 – 10 of 10) sorted by relevance
542 case LABEL_NORMAL: break;
920 LABEL_NORMAL = 0, /* ordinary label */ enumerator963 #define LABEL_ALT_ENTRY_P(LABEL) (LABEL_KIND (LABEL) != LABEL_NORMAL)
377 case LABEL_NORMAL: break;
1977 case LABEL_NORMAL:
603 case LABEL_NORMAL: break; in print_rtx()
911 LABEL_NORMAL = 0, /* ordinary label */ enumerator954 #define LABEL_ALT_ENTRY_P(LABEL) (LABEL_KIND (LABEL) != LABEL_NORMAL)
1658 case LABEL_NORMAL: in output_alternate_entry_point()
2856 labels: @code{LABEL_NORMAL}, @code{LABEL_STATIC_ENTRY},2858 that do not have type @code{LABEL_NORMAL} are @dfn{alternate entry2867 equivalent to testing whether @samp{LABEL_KIND (label) == LABEL_NORMAL}.
3078 labels: @code{LABEL_NORMAL}, @code{LABEL_STATIC_ENTRY},3080 that do not have type @code{LABEL_NORMAL} are @dfn{alternate entry3089 equivalent to testing whether @samp{LABEL_KIND (label) == LABEL_NORMAL}.
11027 labels: `LABEL_NORMAL', `LABEL_STATIC_ENTRY',11029 that do not have type `LABEL_NORMAL' are "alternate entry points"11039 == LABEL_NORMAL'. The only place that cares about the distinction