Searched refs:scope_stmt (Results 1 – 2 of 2) sorted by relevance
8886 gimple *scope_stmt = gsi_stmt (*gsi_p); in lower_omp_scope() local8900 = omp_task_reductions_find_first (gimple_omp_scope_clauses (scope_stmt), in lower_omp_scope()8908 OMP_CLAUSE_CHAIN (c) = gimple_omp_scope_clauses (scope_stmt); in lower_omp_scope()8909 gimple_omp_scope_set_clauses (scope_stmt, c); in lower_omp_scope()8911 gimple_omp_scope_clauses (scope_stmt), in lower_omp_scope()8919 lower_rec_input_clauses (gimple_omp_scope_clauses (scope_stmt), in lower_omp_scope()8921 lower_omp (gimple_omp_body_ptr (scope_stmt), ctx); in lower_omp_scope()8923 gimple_seq_add_stmt (&bind_body, scope_stmt); in lower_omp_scope()8925 gimple_seq_add_seq (&bind_body, gimple_omp_body (scope_stmt)); in lower_omp_scope()8927 gimple_omp_set_body (scope_stmt, NULL); in lower_omp_scope()[all …]
213 * optimize.c (struct inline_data): Remove scope_stmt.215 scope_stmt.216 (expand_call_inline): Don't update scope_stmt.217 (optimize_function): Don't initialize scope_stmt.252 (optimize_function): Initialize id->scope_stmt to something useful.253 (remap_block): Assume id->scope_stmt has a useful value.406 * optimize.c (inline_data): Remove fns_top. Add scope_stmt. Add