Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc4856 basic_block entry_bb, second_bb, third_bb, exit_bb, seq_start_bb; in expand_omp_for_static_nochunk() local
4878 seq_start_bb = split_edge (FALLTHRU_EDGE (entry_bb)); in expand_omp_for_static_nochunk()
4879 body_bb = single_succ (seq_start_bb); in expand_omp_for_static_nochunk()
5207 gsi = gsi_start_bb (seq_start_bb); in expand_omp_for_static_nochunk()
5507 find_edge (sixth_bb, seq_start_bb)->flags = EDGE_FALSE_VALUE; in expand_omp_for_static_nochunk()
5553 set_immediate_dominator (CDI_DOMINATORS, seq_start_bb, sixth_bb); in expand_omp_for_static_nochunk()
5649 basic_block entry_bb, exit_bb, body_bb, seq_start_bb, iter_part_bb; in expand_omp_for_static_chunk() local
5672 seq_start_bb = split_edge (FALLTHRU_EDGE (iter_part_bb)); in expand_omp_for_static_chunk()
5673 body_bb = single_succ (seq_start_bb); in expand_omp_for_static_chunk()
5913 gsi = gsi_start_bb (seq_start_bb); in expand_omp_for_static_chunk()
[all …]
DChangeLog-200827063 (expand_omp_for_static_nochunk): Initialize fd->v in seq_start_bb