Searched refs:cse_find_path (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cse.cc | 6277 cse_find_path (basic_block first_bb, struct cse_basic_block_data *data, in cse_find_path() function 6693 while (cse_find_path (bb, &ebb_data, flag_cse_follow_jumps)) in cse_main()
|
H A D | ChangeLog-2006 | 693 * cse.c (cse_find_path): Don't wrap a gcc_assert in ENABLE_CHECKING. 2006 (cse_find_path, cse_dump_path, cse_prescan_path,
|
H A D | ChangeLog-2011 | 23519 * cse.c (cse_find_path): Refine change to exclude EDGE_ABNORMAL_CALL 23592 * cse.c (cse_find_path): Do not follow a single abnormal incoming edge.
|
H A D | ChangeLog-2007 | 25785 * cse.c (cse_find_path): Do not bail out if a basic block that
|
H A D | ChangeLog-2019 | 5528 * cse.c (cse_find_path): Likewise.
|
H A D | ChangeLog-2013 | 6273 (cse_find_path): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cse.c | 6301 cse_find_path (basic_block first_bb, struct cse_basic_block_data *data, in cse_find_path() function 6751 while (cse_find_path (bb, &ebb_data, flag_cse_follow_jumps)) in cse_main()
|