Searched refs:next_clause (Results 1 – 3 of 3) sorted by relevance
1164 tree prev_clause = NULL, next_clause = NULL; in decompose_kernels_region_body() local1166 for (tree c = parallel_clauses; c; c = next_clause) in decompose_kernels_region_body()1169 next_clause = OMP_CLAUSE_CHAIN (c); in decompose_kernels_region_body()
9690 tree next_clause = OMP_CLAUSE_CHAIN (c); in gimplify_scan_omp_clauses() local9694 && (!next_clause in gimplify_scan_omp_clauses()9695 || (OMP_CLAUSE_CODE (next_clause) != OMP_CLAUSE_MAP) in gimplify_scan_omp_clauses()9696 || (OMP_CLAUSE_MAP_KIND (next_clause) in gimplify_scan_omp_clauses()9698 || OMP_CLAUSE_DECL (next_clause) != decl) in gimplify_scan_omp_clauses()
8941 tree next_clause = OMP_CLAUSE_CHAIN (c); in gimplify_scan_omp_clauses() local8944 && (!next_clause in gimplify_scan_omp_clauses()8945 || (OMP_CLAUSE_CODE (next_clause) != OMP_CLAUSE_MAP) in gimplify_scan_omp_clauses()8946 || (OMP_CLAUSE_MAP_KIND (next_clause) in gimplify_scan_omp_clauses()8948 || OMP_CLAUSE_DECL (next_clause) != decl) in gimplify_scan_omp_clauses()