Home
last modified time | relevance | path

Searched refs:latch_bb (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-simd-clone.cc1349 basic_block latch_bb = NULL; in simd_clone_adjust() local
1362 latch_bb = e->dest; in simd_clone_adjust()
1363 new_exit_bb = split_block_after_labels (latch_bb)->dest; in simd_clone_adjust()
1364 loop->latch = latch_bb; in simd_clone_adjust()
1366 redirect_edge_succ (FALLTHRU_EDGE (latch_bb), body_bb); in simd_clone_adjust()
1385 latch_edge = single_succ_edge (latch_bb); in simd_clone_adjust()
Dtree-ssa-loop-split.cc1564 basic_block latch_bb = split_edge (loop_latch_edge (loop1)); in do_split_loop_on_cond() local
1565 basic_block break_bb = split_edge (single_pred_edge (latch_bb)); in do_split_loop_on_cond()
Domp-expand.cc2380 basic_block latch_bb = next_bb; in expand_omp_for_init_counts() local
2384 set_immediate_dominator (CDI_DOMINATORS, latch_bb, ne->dest); in expand_omp_for_init_counts()
2937 basic_block latch_bb = next_bb; in expand_omp_for_init_vars() local
2941 set_immediate_dominator (CDI_DOMINATORS, latch_bb, ne->dest); in expand_omp_for_init_vars()