Searched refs:dfs_enumerate_from (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfganal.h | 73 extern int dfs_enumerate_from (basic_block, int,
|
H A D | cfgloopmanip.c | 76 return dfs_enumerate_from (e->dest, 0, rpe_enum_p, *bbs, in find_path()
|
H A D | cfganal.c | 1534 dfs_enumerate_from (basic_block bb, int reverse, in dfs_enumerate_from() function
|
H A D | cfgloop.c | 882 return dfs_enumerate_from (loop->header, 1, glb_enum_p, in get_loop_body_with_size()
|
H A D | tree-ssa-threadupdate.c | 1594 nblocks = dfs_enumerate_from (loop->latch, 1, dbds_continue_enumeration_p, in determine_bb_domination_status()
|
H A D | tree-vect-loop.c | 829 unsigned int nbbs = dfs_enumerate_from (loop->header, 0, bb_in_loop_p, in _loop_vec_info()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfganal.h | 76 extern int dfs_enumerate_from (basic_block, int,
|
H A D | cfgloopmanip.cc | 76 return dfs_enumerate_from (e->dest, 0, rpe_enum_p, *bbs, in find_path()
|
H A D | cfganal.cc | 1561 dfs_enumerate_from (basic_block bb, int reverse, in dfs_enumerate_from() function
|
H A D | cfgloop.cc | 879 return dfs_enumerate_from (loop->header, 1, glb_enum_p, in get_loop_body_with_size()
|
H A D | tree-ssa-threadupdate.cc | 1681 nblocks = dfs_enumerate_from (loop->latch, 1, dbds_continue_enumeration_p, in determine_bb_domination_status()
|
H A D | tree-vect-loop.cc | 865 unsigned int nbbs = dfs_enumerate_from (loop->header, 0, bb_in_loop_p, in _loop_vec_info()
|
H A D | ChangeLog.graphite | 8301 (build_scops): Do not use dfs_enumerate_from.
|
H A D | ChangeLog-2007 | 10900 call dfs_enumerate_from with bb_in_loop_p. 11516 (reg_set_to_hard_reg_set, dfs_enumerate_from, single_succ_p, 11527 flow_nodes_print, dfs_enumerate_from): Likewise.
|
H A D | ChangeLog-2002 | 5091 * cfganal.c (dfs_enumerate_from): Use PARAMS. 18780 dfs_enumerate_from, loop_preheader_edge, loop_latch_edge, 18784 * cfganal.c (dfs_enumerate_from): New function.
|
H A D | ChangeLog-2012 | 14680 * cfganal.c (dfs_enumerate_from): Use XNEWVEC instead of XCNEWVEC for 14685 array to be filled by dfs_enumerate_from.
|
H A D | ChangeLog-2005 | 930 dfs_enumerate_from): Ditto. 28942 * cfganal.c (dfs_enumerate_from): Do not use BB_VISITED flag.
|
H A D | ChangeLog-2018 | 12423 * cfganal.c (dfs_enumerate_from): Remove use of visited sbitmap 14152 result of dfs_enumerate_from when constructing stmt_vec_infos,
|
H A D | ChangeLog-2004 | 10721 (dfs_enumerate_from): Likewise. 14784 * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,
|
H A D | ChangeLog-2013 | 2910 pre_and_rev_post_order_compute_fn, dfs_enumerate_from, compute_idf,
|