Home
last modified time | relevance | path

Searched refs:dfs_enumerate_from (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfganal.h73 extern int dfs_enumerate_from (basic_block, int,
H A Dcfgloopmanip.c76 return dfs_enumerate_from (e->dest, 0, rpe_enum_p, *bbs, in find_path()
H A Dcfganal.c1534 dfs_enumerate_from (basic_block bb, int reverse, in dfs_enumerate_from() function
H A Dcfgloop.c882 return dfs_enumerate_from (loop->header, 1, glb_enum_p, in get_loop_body_with_size()
H A Dtree-ssa-threadupdate.c1594 nblocks = dfs_enumerate_from (loop->latch, 1, dbds_continue_enumeration_p, in determine_bb_domination_status()
H A Dtree-vect-loop.c829 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 Dcfganal.h76 extern int dfs_enumerate_from (basic_block, int,
H A Dcfgloopmanip.cc76 return dfs_enumerate_from (e->dest, 0, rpe_enum_p, *bbs, in find_path()
H A Dcfganal.cc1561 dfs_enumerate_from (basic_block bb, int reverse, in dfs_enumerate_from() function
H A Dcfgloop.cc879 return dfs_enumerate_from (loop->header, 1, glb_enum_p, in get_loop_body_with_size()
H A Dtree-ssa-threadupdate.cc1681 nblocks = dfs_enumerate_from (loop->latch, 1, dbds_continue_enumeration_p, in determine_bb_domination_status()
H A Dtree-vect-loop.cc865 unsigned int nbbs = dfs_enumerate_from (loop->header, 0, bb_in_loop_p, in _loop_vec_info()
H A DChangeLog.graphite8301 (build_scops): Do not use dfs_enumerate_from.
H A DChangeLog-200710900 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 DChangeLog-20025091 * 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 DChangeLog-201214680 * cfganal.c (dfs_enumerate_from): Use XNEWVEC instead of XCNEWVEC for
14685 array to be filled by dfs_enumerate_from.
H A DChangeLog-2005930 dfs_enumerate_from): Ditto.
28942 * cfganal.c (dfs_enumerate_from): Do not use BB_VISITED flag.
H A DChangeLog-201812423 * cfganal.c (dfs_enumerate_from): Remove use of visited sbitmap
14152 result of dfs_enumerate_from when constructing stmt_vec_infos,
H A DChangeLog-200410721 (dfs_enumerate_from): Likewise.
14784 * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,
H A DChangeLog-20132910 pre_and_rev_post_order_compute_fn, dfs_enumerate_from, compute_idf,