HomeSort by: relevance | last modified time | path
    Searched refs:par_entry_bb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 129 /* Given two blocks PAR_ENTRY_BB and WS_ENTRY_BB such that WS_ENTRY_BB
130 is the immediate dominator of PAR_ENTRY_BB, return true if there
132 directive at PAR_ENTRY_BB as a combined parallel+workshare region.
145 # BLOCK 2 (PAR_ENTRY_BB)
298 basic_block par_entry_bb, par_exit_bb; local
312 /* Check for perfect nesting PAR_ENTRY_BB -> WS_ENTRY_BB and
314 par_entry_bb = region->entry;
323 = gimple_omp_parallel_clauses (last_nondebug_stmt (par_entry_bb));
327 if (single_succ (par_entry_bb) == ws_entry_bb
330 && (gimple_omp_parallel_combined_p (last_nondebug_stmt (par_entry_bb))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 129 /* Given two blocks PAR_ENTRY_BB and WS_ENTRY_BB such that WS_ENTRY_BB
130 is the immediate dominator of PAR_ENTRY_BB, return true if there
132 directive at PAR_ENTRY_BB as a combined parallel+workshare region.
145 # BLOCK 2 (PAR_ENTRY_BB)
298 basic_block par_entry_bb, par_exit_bb; local
312 /* Check for perfect nesting PAR_ENTRY_BB -> WS_ENTRY_BB and
314 par_entry_bb = region->entry;
322 tree pclauses = gimple_omp_parallel_clauses (last_stmt (par_entry_bb));
326 if (single_succ (par_entry_bb) == ws_entry_bb
329 && (gimple_omp_parallel_combined_p (last_stmt (par_entry_bb))
    [all...]

Completed in 27 milliseconds