Home
last modified time | relevance | path

Searched refs:pred_dep_bb (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-split.cc935 basic_block pred_dep_bb = *iter; in find_control_dep_blocks() local
940 if (!dominated_by_p (CDI_POST_DOMINATORS, pred_dep_bb, bb)) in find_control_dep_blocks()
941 dep_bbs->add (pred_dep_bb); in find_control_dep_blocks()
942 else if (!pdom_visited.contains (pred_dep_bb)) in find_control_dep_blocks()
943 pdom_worklist.safe_push (pred_dep_bb); in find_control_dep_blocks()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-split.c889 basic_block pred_dep_bb = *iter; in find_control_dep_blocks() local
894 if (!dominated_by_p (CDI_POST_DOMINATORS, pred_dep_bb, bb)) in find_control_dep_blocks()
895 dep_bbs->add (pred_dep_bb); in find_control_dep_blocks()
896 else if (!pdom_visited.contains (pred_dep_bb)) in find_control_dep_blocks()
897 pdom_worklist.safe_push (pred_dep_bb); in find_control_dep_blocks()