Searched refs:newpos1 (Results 1 – 3 of 3) sorted by relevance
1605 rtx newpos1, newpos2; in try_crossjump_to_edge() local1609 newpos1 = newpos2 = NULL_RTX; in try_crossjump_to_edge()1660 nmatch = flow_find_cross_jump (mode, src1, src2, &newpos1, &newpos2); in try_crossjump_to_edge()1667 && (newpos1 != BB_HEAD (src1))) in try_crossjump_to_edge()1797 if (LABEL_P (newpos1)) in try_crossjump_to_edge()1798 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()1800 if (NOTE_P (newpos1)) in try_crossjump_to_edge()1801 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()1803 redirect_from = split_block (src1, PREV_INSN (newpos1))->src; in try_crossjump_to_edge()
5002 * cfgcleanup.c (try_crossjump_to_edge): Initialize newpos1 and
33365 * cfgcleanup.c (outgoing_edges_match): Initialize newpos1