Searched refs:cond_ptr (Results 1 – 2 of 2) sorted by relevance
7041 tree cond_ptr = NULL_TREE; in lower_lastprivate_conditional_clauses() local7090 cond_ptr in lower_lastprivate_conditional_clauses()7092 OMP_CLAUSE_DECL (c2) = cond_ptr; in lower_lastprivate_conditional_clauses()7096 cond_ptr = create_tmp_var_raw (build_pointer_type (iter_type)); in lower_lastprivate_conditional_clauses()7097 DECL_CONTEXT (cond_ptr) = current_function_decl; in lower_lastprivate_conditional_clauses()7098 DECL_SEEN_IN_BIND_EXPR_P (cond_ptr) = 1; in lower_lastprivate_conditional_clauses()7099 DECL_CHAIN (cond_ptr) = ctx->block_vars; in lower_lastprivate_conditional_clauses()7100 ctx->block_vars = cond_ptr; in lower_lastprivate_conditional_clauses()7103 OMP_CLAUSE_DECL (c2) = cond_ptr; in lower_lastprivate_conditional_clauses()7226 tree cond_ptr = NULL_TREE; in lower_lastprivate_clauses() local[all …]
27010 (lower_lastprivate_clauses): Handle cond_ptr with array type.