Searched refs:BIND_EXPR_VARS (Results 1 – 13 of 13) sorted by relevance
1380 for (var = BIND_EXPR_VARS (t); var ; var = TREE_CHAIN (var)) in scan_omp_1()3821 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_single()3822 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_single()3861 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_master()3862 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_master()3900 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_ordered()3901 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_ordered()3991 BIND_EXPR_VARS (bind) = chainon (BIND_EXPR_VARS (bind), ctx->block_vars); in lower_omp_critical()3992 BLOCK_VARS (block) = BIND_EXPR_VARS (bind); in lower_omp_critical()4063 record_vars_into (BIND_EXPR_VARS (OMP_FOR_BODY (stmt)), ctx->cb.dst_fn); in lower_omp_for()[all …]
326 record_vars (BIND_EXPR_VARS (stmt)); in lower_bind_expr()
456 if (BIND_EXPR_VARS (*tp)) in copy_bind_expr()459 BIND_EXPR_VARS (*tp) = remap_decls (BIND_EXPR_VARS (*tp), id); in copy_bind_expr()
673 TREE_CHAIN (last) = BIND_EXPR_VARS (scope); in declare_vars()674 BIND_EXPR_VARS (scope) = temps; in declare_vars()686 BIND_EXPR_VARS (scope) = chainon (BIND_EXPR_VARS (scope), temps); in declare_vars()1062 for (t = BIND_EXPR_VARS (bind_expr); t ; t = TREE_CHAIN (t)) in gimplify_bind_expr()
1096 mx_register_decls (BIND_EXPR_VARS (*t), &BIND_EXPR_BODY (*t)); in mx_xfn_xform_decls()
1115 if (BIND_EXPR_VARS (node)) in dump_generic_node()1119 for (op0 = BIND_EXPR_VARS (node); op0; op0 = TREE_CHAIN (op0)) in dump_generic_node()
503 BIND_EXPR_VARS is a chain of VAR_DECL nodes for the variables.
1499 #define BIND_EXPR_VARS(NODE) (TREE_OPERAND (BIND_EXPR_CHECK (NODE), 0)) macro
1742 if (BIND_EXPR_VARS (*stmt_p) == NULL_TREE in remove_useless_stmts_bind()
7584 for (decl = BIND_EXPR_VARS (*tp); decl; decl = TREE_CHAIN (decl)) in walk_tree()
7620 && BIND_EXPR_VARS (body) == NULL)) in c_finish_stmt_expr()
324 Variables in a block are collected into @code{BIND_EXPR_VARS} in601 BIND_EXPR_VARS -> chain of DECLs
6576 Variables in a block are collected into `BIND_EXPR_VARS' in6857 BIND_EXPR_VARS -> chain of DECLs