Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcfgcleanup.cc1936 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1940 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1985 nmatch = flow_find_cross_jump (src1, src2, &newpos1, &newpos2, &dir); in try_crossjump_to_edge()
1989 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
1990 src1 = BLOCK_FOR_INSN (newpos1); in try_crossjump_to_edge()
2004 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2012 && (newpos1 != BB_HEAD (src1))) in try_crossjump_to_edge()
2138 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2139 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2141 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
DChangeLog.tree-ssa5002 * cfgcleanup.c (try_crossjump_to_edge): Initialize newpos1 and
DChangeLog-201131011 (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
DChangeLog-200433365 * cfgcleanup.c (outgoing_edges_match): Initialize newpos1
DChangeLog-201427240 (try_crossjump_to_edge): Likewise for locals "newpos1", "newpos2".