Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc501 gimple *entry_stmt; in adjust_context_and_scope() local
514 entry_stmt = last_stmt (region->entry); in adjust_context_and_scope()
515 parent_fndecl = gimple_omp_taskreg_child_fn (entry_stmt); in adjust_context_and_scope()
518 entry_stmt = last_stmt (region->entry); in adjust_context_and_scope()
520 = gimple_omp_target_child_fn (as_a <gomp_target *> (entry_stmt)); in adjust_context_and_scope()
550 gomp_parallel *entry_stmt, in expand_parallel_call() argument
561 clauses = gimple_omp_parallel_clauses (entry_stmt); in expand_parallel_call()
633 clause_loc = gimple_location (entry_stmt); in expand_parallel_call()
717 t = gimple_omp_parallel_data_arg (entry_stmt); in expand_parallel_call()
722 tree child_fndecl = gimple_omp_parallel_child_fn (entry_stmt); in expand_parallel_call()
[all …]
DChangeLog.gimple-classes2708 (expand_omp_target): Strengthen local "entry_stmt" from gimple to
2825 "entry_stmt" rather than a plain gimple.
DChangeLog-200614361 (expand_parallel_call): Take entry_stmt as argument; update for