Searched refs:tmp_label (Results 1 – 1 of 1) sorted by relevance
1343 char tmp_label[100]; in assemble_start_function() local1351 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTB", const_labelno); in assemble_start_function()1352 cfun->hot_section_label = ggc_strdup (tmp_label); in assemble_start_function()1353 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDB", const_labelno); in assemble_start_function()1354 cfun->cold_section_label = ggc_strdup (tmp_label); in assemble_start_function()1355 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTE", const_labelno); in assemble_start_function()1356 cfun->hot_section_end_label = ggc_strdup (tmp_label); in assemble_start_function()1357 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDE", const_labelno); in assemble_start_function()1358 cfun->cold_section_end_label = ggc_strdup (tmp_label); in assemble_start_function()