Searched refs:dfs_enumerate_from (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | cfgloopmanip.c | 88 return dfs_enumerate_from (e->dest, 0, rpe_enum_p, *bbs, in find_path() 380 n = dfs_enumerate_from (loop->latch, 1, alp_enum_p, in add_loop()
|
H A D | cfganal.c | 933 dfs_enumerate_from (basic_block bb, int reverse, in dfs_enumerate_from() function
|
H A D | basic-block.h | 509 extern int dfs_enumerate_from (basic_block, int,
|
H A D | cfgloop.c | 804 tv = dfs_enumerate_from (loop->latch, 1, glb_enum_p, in get_loop_body()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | basic-block.h | 759 extern int dfs_enumerate_from PARAMS ((basic_block, int,
|
H A D | cfganal.c | 1139 dfs_enumerate_from (bb, reverse, predicate, rslt, rslt_max, data) in dfs_enumerate_from() function
|
H A D | cfgloop.c | 1014 tv = dfs_enumerate_from (loop->latch, 1, glb_enum_p,
|
H A D | ChangeLog.7 | 4333 dfs_enumerate_from, loop_preheader_edge, loop_latch_edge, 4337 * cfganal.c (dfs_enumerate_from): New function.
|
H A D | ChangeLog | 11447 * cfganal.c (dfs_enumerate_from): Use PARAMS.
|