Searched refs:find_if_header (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ifcvt.c | 91 static basic_block find_if_header (basic_block, int); 4298 find_if_header (basic_block test_bb, int pass) in find_if_header() function 5485 && (new_bb = find_if_header (bb, pass)) != NULL) in if_convert()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ifcvt.cc | 91 static basic_block find_if_header (basic_block, int); 4677 find_if_header (basic_block test_bb, int pass) in find_if_header() function 5872 && (new_bb = find_if_header (bb, pass)) != NULL) in if_convert()
|
H A D | ChangeLog.dataflow | 2018 * ifcvt.c (, find_if_header, find_if_case_1, find_if_case_2, 2387 of find_if_header. 2553 process_if_block, merge_if_block, find_if_header, 2556 (find_if_header, find_cond_trap, find_if_case_1, find_if_case_2, 2576 cond_move_process_if_block, process_if_block, find_if_header): 3732 process_if_block, find_if_header, find_cond_trap, find_if_case_1,
|
H A D | ChangeLog-2009 | 4594 * ifcvt.c (noce_process_if_block, find_if_header, 23375 * ifcvt.c (find_if_header): Replace HAVE_conditional_trap
|
H A D | ChangeLog-2007 | 21478 * ifcvt.c (find_if_header): Likewise. 24915 (find_if_header): Replace find_if_block call with separately
|
H A D | ChangeLog-2003 | 251 (mark_loop_exit_edges, merge_if_block, find_if_header, 13341 (find_if_header): Ignore branches out of loops.
|
H A D | ChangeLog.tree-ssa | 3602 (mark_loop_exit_edges, merge_if_block, find_if_header,
|
H A D | ChangeLog-2015 | 25356 * ifcvt.c (find_if_header): Likewise. 27233 * ifcvt.c (noce_try_abs, find_if_header): Likewise.
|
H A D | ChangeLog-2001 | 17557 (find_if_header): Call it.
|
H A D | ChangeLog-2012 | 20258 * ifcvt.c (find_if_header): Use IFCVT_MACHDEP_INIT instead of
|
H A D | ChangeLog-2002 | 12849 (find_if_header): New arg PASS. Changed to return the currently
|
H A D | ChangeLog-2010 | 34166 (find_if_header): Pass 0 to memset and tweak conditions.
|
H A D | ChangeLog-2004 | 10830 (find_if_header): Likewise.
|