Home
last modified time | relevance | path

Searched refs:count_label_name (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c3843 char count_label_name[16]; local
3845 ASM_GENERATE_INTERNAL_LABEL (count_label_name, "LP", label_no);
3846 count_label_rtx = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (count_label_name));
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c4238 char count_label_name[16]; in hppa_profile_hook() local
4241 ASM_GENERATE_INTERNAL_LABEL (count_label_name, "LP", label_no); in hppa_profile_hook()
4242 count_label_rtx = gen_rtx_SYMBOL_REF (Pmode, ggc_strdup (count_label_name)); in hppa_profile_hook()