Searched refs:newpos1 (Results 1 – 5 of 5) sorted by relevance
1936 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local1940 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 …]
5002 * cfgcleanup.c (try_crossjump_to_edge): Initialize newpos1 and
31011 (try_crossjump_to_edge): Handle case that newpos1 or newpos2 is not
33365 * cfgcleanup.c (outgoing_edges_match): Initialize newpos1
27240 (try_crossjump_to_edge): Likewise for locals "newpos1", "newpos2".