Searched refs:seq_start_bb (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-expand.c | 3646 basic_block entry_bb, second_bb, third_bb, exit_bb, seq_start_bb; in expand_omp_for_static_nochunk() local 3668 seq_start_bb = split_edge (FALLTHRU_EDGE (entry_bb)); in expand_omp_for_static_nochunk() 3669 body_bb = single_succ (seq_start_bb); in expand_omp_for_static_nochunk() 4006 gsi = gsi_start_bb (seq_start_bb); in expand_omp_for_static_nochunk() 4306 find_edge (sixth_bb, seq_start_bb)->flags = EDGE_FALSE_VALUE; in expand_omp_for_static_nochunk() 4352 set_immediate_dominator (CDI_DOMINATORS, seq_start_bb, sixth_bb); in expand_omp_for_static_nochunk() 4448 basic_block entry_bb, exit_bb, body_bb, seq_start_bb, iter_part_bb; in expand_omp_for_static_chunk() local 4471 seq_start_bb = split_edge (FALLTHRU_EDGE (iter_part_bb)); in expand_omp_for_static_chunk() 4472 body_bb = single_succ (seq_start_bb); in expand_omp_for_static_chunk() 4721 gsi = gsi_start_bb (seq_start_bb); in expand_omp_for_static_chunk() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-expand.cc | 4856 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 …]
|
H A D | ChangeLog-2008 | 27063 (expand_omp_for_static_nochunk): Initialize fd->v in seq_start_bb
|