Home
last modified time | relevance | path

Searched refs:flow_find_cross_jump (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcfgcleanup.c72 static int flow_find_cross_jump PARAMS ((int, basic_block, basic_block,
1025 flow_find_cross_jump (mode, bb1, bb2, f1, f2) in flow_find_cross_jump() function
1395 nmatch = flow_find_cross_jump (mode, src1, src2, &newpos1, &newpos2);
H A DChangeLog.6679 * cfgcleanup.c (flow_find_cross_jump): Avoid incrementing of ninsns
1749 * cfgcleanup.c (flow_find_cross_jump): Replace tests for note
2002 (flow_find_cross_jump): ... here;
10298 * cfgcleanup.c (flow_find_cross_jump): Delete any REG_EQUAL notes
11684 flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
13104 * flow.c (flow_find_cross_jump): Don't consider unconditional
16598 (flow_find_cross_jump): Likewise.
17849 (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
H A DChangeLog3586 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
/openbsd/gnu/gcc/gcc/
H A Dcfgcleanup.c64 static int flow_find_cross_jump (int, basic_block, basic_block, rtx *, rtx *);
1058 flow_find_cross_jump (int mode ATTRIBUTE_UNUSED, basic_block bb1, in flow_find_cross_jump() function
1660 nmatch = flow_find_cross_jump (mode, src1, src2, &newpos1, &newpos2); in try_crossjump_to_edge()