Searched refs:dfs_enumerate_from (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cfganal.h | 70 extern int dfs_enumerate_from (basic_block, int,
|
H A D | cfganal.c | 1142 dfs_enumerate_from (basic_block bb, int reverse, in dfs_enumerate_from() function
|
H A D | cfgloopmanip.c | 76 return dfs_enumerate_from (e->dest, 0, rpe_enum_p, *bbs, in find_path()
|
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 | 1503 nblocks = dfs_enumerate_from (loop->latch, 1, dbds_continue_enumeration_p, in determine_bb_domination_status()
|
H A D | tree-vect-loop.c | 1173 unsigned int nbbs = dfs_enumerate_from (loop->header, 0, bb_in_loop_p, in _loop_vec_info()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | basic-block.h | 459 extern int dfs_enumerate_from (basic_block, int,
|
H A D | tree-ssa-threadupdate.c | 810 nblocks = dfs_enumerate_from (loop->latch, 1, dbds_continue_enumeration_p, in determine_bb_domination_status()
|
H A D | cfganal.c | 1154 dfs_enumerate_from (basic_block bb, int reverse, in dfs_enumerate_from() function
|
H A D | cfgloop.c | 800 return dfs_enumerate_from (loop->header, 1, glb_enum_p, in get_loop_body_with_size()
|
H A D | cfgloopmanip.c | 79 return dfs_enumerate_from (e->dest, 0, rpe_enum_p, *bbs, in find_path()
|
H A D | tree-vect-loop.c | 829 nbbs = dfs_enumerate_from (loop->header, 0, bb_in_loop_p, in new_loop_vec_info()
|