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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c531 gimple *entry_stmt; local
544 entry_stmt = last_stmt (region->entry);
545 parent_fndecl = gimple_omp_taskreg_child_fn (entry_stmt);
548 entry_stmt = last_stmt (region->entry);
550 = gimple_omp_target_child_fn (as_a <gomp_target *> (entry_stmt));
580 gomp_parallel *entry_stmt,
591 clauses = gimple_omp_parallel_clauses (entry_stmt);
663 clause_loc = gimple_location (entry_stmt);
747 t = gimple_omp_parallel_data_arg (entry_stmt);
752 tree child_fndecl = gimple_omp_parallel_child_fn (entry_stmt);
579 expand_parallel_call(struct omp_region *region, basic_block bb, gomp_parallel *entry_stmt, vec<tree, va_gc> *ws_args) argument
788 expand_task_call(struct omp_region *region, basic_block bb, gomp_task *entry_stmt) argument
930 expand_taskwait_call(basic_block bb, gomp_task *entry_stmt) argument
953 expand_teams_call(basic_block bb, gomp_teams *entry_stmt) argument
1133 optimize_omp_library_calls(gimple *entry_stmt) argument
1240 gimple *entry_stmt, *stmt; local
7928 gomp_target *entry_stmt; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc501 gimple *entry_stmt; local
514 entry_stmt = last_stmt (region->entry);
515 parent_fndecl = gimple_omp_taskreg_child_fn (entry_stmt);
518 entry_stmt = last_stmt (region->entry);
520 = gimple_omp_target_child_fn (as_a <gomp_target *> (entry_stmt));
550 gomp_parallel *entry_stmt,
561 clauses = gimple_omp_parallel_clauses (entry_stmt);
633 clause_loc = gimple_location (entry_stmt);
717 t = gimple_omp_parallel_data_arg (entry_stmt);
722 tree child_fndecl = gimple_omp_parallel_child_fn (entry_stmt);
549 expand_parallel_call(struct omp_region *region, basic_block bb, gomp_parallel *entry_stmt, vec<tree, va_gc> *ws_args) argument
751 expand_task_call(struct omp_region *region, basic_block bb, gomp_task *entry_stmt) argument
910 expand_taskwait_call(basic_block bb, gomp_task *entry_stmt) argument
933 expand_teams_call(basic_block bb, gomp_teams *entry_stmt) argument
1113 optimize_omp_library_calls(gimple *entry_stmt) argument
1242 gimple *entry_stmt, *stmt; local
[all...]

Completed in 334 milliseconds