Lines Matching refs:last2
1061 rtx i1, i2, last1, last2, afterlast1, afterlast2; in flow_find_cross_jump() local
1068 last1 = afterlast1 = last2 = afterlast2 = NULL_RTX; in flow_find_cross_jump()
1080 last2 = i2; in flow_find_cross_jump()
1123 afterlast1 = last1, afterlast2 = last2; in flow_find_cross_jump()
1124 last1 = i1, last2 = i2; in flow_find_cross_jump()
1136 last1 = afterlast1, last2 = afterlast2, ninsns--; in flow_find_cross_jump()
1150 while (last2 != BB_HEAD (bb2) && !INSN_P (PREV_INSN (last2))) in flow_find_cross_jump()
1151 last2 = PREV_INSN (last2); in flow_find_cross_jump()
1153 if (last2 != BB_HEAD (bb2) && LABEL_P (PREV_INSN (last2))) in flow_find_cross_jump()
1154 last2 = PREV_INSN (last2); in flow_find_cross_jump()
1157 *f2 = last2; in flow_find_cross_jump()