Searched refs:loop_clause (Results 1 – 1 of 1) sorted by relevance
389 add_parent_or_loop_num_clause (tree parent_clause, tree loop_clause, in add_parent_or_loop_num_clause() argument398 else if (loop_clause != NULL) in add_parent_or_loop_num_clause()403 tree num = OMP_CLAUSE_OPERAND (loop_clause, 0); in add_parent_or_loop_num_clause()405 = build_omp_clause (OMP_CLAUSE_LOCATION (loop_clause), clause_code); in add_parent_or_loop_num_clause()440 tree loop_clause = loop_clauses; in adjust_nested_loop_clauses() local441 for (; loop_clause; loop_clause = OMP_CLAUSE_CHAIN (loop_clause)) in adjust_nested_loop_clauses()444 switch (OMP_CLAUSE_CODE (loop_clause)) in adjust_nested_loop_clauses()464 if (OMP_CLAUSE_OPERAND (loop_clause, 0) != NULL in adjust_nested_loop_clauses()469 *outer_clause_ptr = unshare_expr (loop_clause); in adjust_nested_loop_clauses()470 OMP_CLAUSE_OPERAND (loop_clause, 0) = NULL; in adjust_nested_loop_clauses()[all …]