Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Domp-low.c2788 basic_block entry_bb, exit_bb, seq_start_bb, body_bb, cont_bb; in expand_omp_for_static_nochunk() local
2795 seq_start_bb = create_empty_bb (entry_bb); in expand_omp_for_static_nochunk()
2801 l0 = tree_block_label (seq_start_bb); in expand_omp_for_static_nochunk()
2880 si = bsi_start (seq_start_bb); in expand_omp_for_static_nochunk()
2912 make_edge (seq_start_bb, body_bb, EDGE_FALLTHRU); in expand_omp_for_static_nochunk()
2916 make_edge (entry_bb, seq_start_bb, EDGE_FALSE_VALUE); in expand_omp_for_static_nochunk()
2960 basic_block entry_bb, exit_bb, body_bb, seq_start_bb, iter_part_bb; in expand_omp_for_static_chunk() local
2969 seq_start_bb = create_empty_bb (iter_part_bb); in expand_omp_for_static_chunk()
2977 l1 = tree_block_label (seq_start_bb); in expand_omp_for_static_chunk()
3064 si = bsi_start (seq_start_bb); in expand_omp_for_static_chunk()
[all …]