Home
last modified time | relevance | path

Searched refs:newpos1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dcfgcleanup.c1605 rtx newpos1, newpos2; in try_crossjump_to_edge() local
1609 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()
DChangeLog.tree-ssa5002 * cfgcleanup.c (try_crossjump_to_edge): Initialize newpos1 and
DChangeLog-200433365 * cfgcleanup.c (outgoing_edges_match): Initialize newpos1