Searched refs:temp_label (Results 1 – 3 of 3) sorted by relevance
3406 rtx temp_label = JUMP_LABEL (trial_seq->insn (0)); in relax_delay_slots() local3407 if (ANY_RETURN_P (temp_label)) in relax_delay_slots()3408 temp_label = find_end_label (temp_label); in relax_delay_slots()3410 if (temp_label in relax_delay_slots()3412 temp_label, insn)) in relax_delay_slots()3415 reorg_redirect_jump (delay_jump_insn, temp_label); in relax_delay_slots()
3330 rtx temp_label = JUMP_LABEL (trial_seq->insn (0)); in relax_delay_slots() local3331 if (ANY_RETURN_P (temp_label)) in relax_delay_slots()3332 temp_label = find_end_label (temp_label); in relax_delay_slots()3334 if (temp_label in relax_delay_slots()3336 temp_label, insn)) in relax_delay_slots()3339 reorg_redirect_jump (delay_jump_insn, temp_label); in relax_delay_slots()
86 } temp_label[] = { variable1949 return snprintf(buf, PAGE_SIZE, "%s\n", temp_label[channel].label); in amdgpu_hwmon_show_temp_label()