Searched refs:entry_stmt (Results 1 – 3 of 3) sorted by relevance
501 gimple *entry_stmt; in adjust_context_and_scope() local514 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() argument561 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 …]
2708 (expand_omp_target): Strengthen local "entry_stmt" from gimple to2825 "entry_stmt" rather than a plain gimple.
14361 (expand_parallel_call): Take entry_stmt as argument; update for