Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Domp-low.c284 workshare_safe_to_combine_p (basic_block par_entry_bb, basic_block ws_entry_bb) in workshare_safe_to_combine_p() argument
289 par_stmt = last_stmt (par_entry_bb); in workshare_safe_to_combine_p()
365 basic_block par_entry_bb, par_exit_bb; in determine_parallel_type() local
380 par_entry_bb = region->entry; in determine_parallel_type()
385 if (single_succ (par_entry_bb) == ws_entry_bb in determine_parallel_type()
387 && workshare_safe_to_combine_p (par_entry_bb, ws_entry_bb) in determine_parallel_type()
388 && (OMP_PARALLEL_COMBINED (last_stmt (par_entry_bb)) in determine_parallel_type()