Searched refs:struct_map_to_clause (Results 1 – 3 of 3) sorted by relevance
9154 hash_map<tree_operand_hash, tree> *struct_map_to_clause = NULL; in gimplify_scan_omp_clauses() local9701 && (!struct_map_to_clause in gimplify_scan_omp_clauses()9702 || !struct_map_to_clause->get (indir_base))) in gimplify_scan_omp_clauses()9872 && (!struct_map_to_clause in gimplify_scan_omp_clauses()9873 || struct_map_to_clause->get (decl) == NULL))) in gimplify_scan_omp_clauses()9902 if (struct_map_to_clause == NULL) in gimplify_scan_omp_clauses()9903 struct_map_to_clause in gimplify_scan_omp_clauses()9905 struct_map_to_clause->put (decl, l); in gimplify_scan_omp_clauses()9970 else if (struct_map_to_clause) in gimplify_scan_omp_clauses()9972 tree *osc = struct_map_to_clause->get (decl); in gimplify_scan_omp_clauses()[all …]
1659 (gimplify_scan_omp_clauses): Change struct_map_to_clause to type
8386 hash_map<tree, tree> *struct_map_to_clause = NULL; in gimplify_scan_omp_clauses() local9093 if (struct_map_to_clause == NULL) in gimplify_scan_omp_clauses()9094 struct_map_to_clause = new hash_map<tree, tree>; in gimplify_scan_omp_clauses()9095 struct_map_to_clause->put (decl, l); in gimplify_scan_omp_clauses()9130 else if (struct_map_to_clause) in gimplify_scan_omp_clauses()9132 tree *osc = struct_map_to_clause->get (decl); in gimplify_scan_omp_clauses()9780 if (struct_map_to_clause) in gimplify_scan_omp_clauses()9781 delete struct_map_to_clause; in gimplify_scan_omp_clauses() local