Searched refs:from_start (Results 1 – 3 of 3) sorted by relevance
4195 rtx_insn *from_start; in concat_note_lists() local4208 from_start = from_end; in concat_note_lists()4209 while (PREV_INSN (from_start) != NULL) in concat_note_lists()4210 from_start = PREV_INSN (from_start); in concat_note_lists()4212 SET_PREV_INSN (from_start) = *to_endp; in concat_note_lists()4213 SET_NEXT_INSN (*to_endp) = from_start; in concat_note_lists()
23951 local "from_start" from rtx to rtx_insn *. Strengthen param
4193 rtx_insn *from_start; in concat_note_lists() local4206 from_start = from_end; in concat_note_lists()4207 while (PREV_INSN (from_start) != NULL) in concat_note_lists()4208 from_start = PREV_INSN (from_start); in concat_note_lists()4210 SET_PREV_INSN (from_start) = *to_endp; in concat_note_lists()4211 SET_NEXT_INSN (*to_endp) = from_start; in concat_note_lists()