Searched refs:struct_seen_clause (Results 1 – 1 of 1) sorted by relevance
9155 hash_map<tree_operand_hash, tree *> *struct_seen_clause = NULL; in gimplify_scan_omp_clauses() local9859 if (struct_seen_clause == NULL) in gimplify_scan_omp_clauses()9860 struct_seen_clause in gimplify_scan_omp_clauses()9862 if (!struct_seen_clause->get (decl)) in gimplify_scan_omp_clauses()9863 struct_seen_clause->put (decl, list_p); in gimplify_scan_omp_clauses()9908 tree **sc = (struct_seen_clause in gimplify_scan_omp_clauses()9909 ? struct_seen_clause->get (decl) in gimplify_scan_omp_clauses()10947 if (struct_seen_clause) in gimplify_scan_omp_clauses()10948 delete struct_seen_clause; in gimplify_scan_omp_clauses()