Searched refs:flow_find_cross_jump (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgcleanup.h | 26 extern int flow_find_cross_jump (basic_block, basic_block, rtx_insn **,
|
H A D | cfgcleanup.c | 1352 flow_find_cross_jump (basic_block bb1, basic_block bb2, rtx_insn **f1, in flow_find_cross_jump() function 1998 nmatch = flow_find_cross_jump (src1, src2, &newpos1, &newpos2, &dir); in try_crossjump_to_edge()
|
H A D | ifcvt.c | 530 n_matching = flow_find_cross_jump (then_bb, else_bb, in cond_exec_process_if_block()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgcleanup.h | 26 extern int flow_find_cross_jump (basic_block, basic_block, rtx_insn **,
|
H A D | cfgcleanup.cc | 1351 flow_find_cross_jump (basic_block bb1, basic_block bb2, rtx_insn **f1, in flow_find_cross_jump() function 1985 nmatch = flow_find_cross_jump (src1, src2, &newpos1, &newpos2, &dir); in try_crossjump_to_edge()
|
H A D | ifcvt.cc | 540 n_matching = flow_find_cross_jump (then_bb, else_bb, in cond_exec_process_if_block()
|
H A D | ChangeLog-2001 | 679 * 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 D | ChangeLog-2011 | 31002 flow_find_cross_jump. Swap variables to implement backward replacement. 31009 (flow_find_cross_jump): Use walk_to_nondebug_insn. Recalculate bb1 31022 (flow_find_cross_jump): Add dir_p parameter. Init replacement 31028 (try_crossjump_to_edge): Add argument to call to flow_find_cross_jump. 31030 flow_find_cross_jump. 31032 (flow_find_cross_jump): Add parameter to declaration. 31454 * cfgcleanup.c (flow_find_cross_jump): Don't count USE or CLOBBER as
|
H A D | ChangeLog-2005 | 1544 instead of flow_find_cross_jump. 1551 (flow_find_cross_jump): Remove prototype. 1565 (flow_find_cross_jump): Replace with: 2000 * basic-block.h (insns_match_p, flow_find_cross_jump): Declare. 2004 (merge_memattrs, insns_match_p, flow_find_cross_jump): Move from here
|
H A D | ChangeLog-2014 | 27214 * basic-block.h (flow_find_cross_jump): Strengthen params 3 and 4 27229 (flow_find_cross_jump): Strengthen params "f1" and "f2" from rtx * 49222 * cfgcleanup.c (flow_find_cross_jump): Don't count
|
H A D | ChangeLog-2010 | 34687 * cfgcleanup.c (flow_find_cross_jump): No longer static. Remove MODE 34691 * basic-block.h (flow_find_cross_jump,
|
H A D | ChangeLog-2015 | 35597 * cfgcleanup.c (flow_find_cross_jump): Likewise. 35681 * cfgcleanup.c (flow_find_cross_jump): Likewise.
|
H A D | ChangeLog-2004 | 24518 flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge, 39158 (flow_find_cross_jump): Call merge_memattrs for matching insns.
|
H A D | ChangeLog-2009 | 11589 * cfgcleanup.c (flow_find_cross_jump): Skip debug insns.
|
H A D | ChangeLog-2003 | 26086 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
|
H A D | ChangeLog-2017 | 23135 * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
|