Searched refs:record_vars_into (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dgimple-low.c720 record_vars_into (tree vars, tree fn)
755 record_vars_into (vars, current_function_decl);
719 record_vars_into (tree vars, tree fn) function
H A Dtree-flow.h663 extern void record_vars_into (tree, tree);
H A Domp-low.c3649 record_vars_into (ctx->block_vars, ctx->cb.dst_fn);
4065 record_vars_into (BIND_EXPR_VARS (OMP_FOR_BODY (stmt)), ctx->cb.dst_fn);
4120 record_vars_into (ctx->block_vars, ctx->cb.dst_fn);
4190 record_vars_into (ctx->block_vars, child_fn);
4191 record_vars_into (BIND_EXPR_VARS (par_bind), child_fn);

Completed in 65 milliseconds