Searched refs:entry_stmt (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Domp-low.c2160 tree entry_stmt, tree ws_args)
2166 clauses = OMP_PARALLEL_CLAUSES (entry_stmt);
2269 t = OMP_PARALLEL_DATA_ARG (entry_stmt);
2275 t = build_fold_addr_expr (OMP_PARALLEL_FN (entry_stmt));
2285 t = OMP_PARALLEL_DATA_ARG (entry_stmt);
2291 t = build_function_call_expr (OMP_PARALLEL_FN (entry_stmt), args);
2426 tree entry_stmt;
2430 entry_stmt = last_stmt (region->entry);
2431 child_fn = OMP_PARALLEL_FN (entry_stmt);
2481 if (OMP_PARALLEL_DATA_ARG (entry_stmt))
2158 expand_parallel_call(struct omp_region *region, basic_block bb, tree entry_stmt, tree ws_args) argument
2425 tree entry_stmt; local
[all...]

Completed in 97 milliseconds