Home
last modified time | relevance | path

Searched refs:dst_fn (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDtree-inline.h38 tree dst_fn; member
HDtree-inline.c403 fn = id->dst_fn; in remap_block()
1182 tree caller = id->dst_fn; in declare_return_variable()
2230 id.dst_fn = fn; in optimize_inline_calls()
2235 id.dst_fn = current_function_decl; in optimize_inline_calls()
2293 id.dst_fn = clone; in clone_body()
2519 id.dst_fn = current_function_decl; in unsave_expr_now()
2618 DECL_CONTEXT (copy) = id->dst_fn; in copy_decl_for_dup_finish()
2802 id.dst_fn = new_decl; in tree_function_versioning()
2840 number_blocks (id.dst_fn); in tree_function_versioning()
2900 id.dst_fn = current_function_decl; in build_duplicate_type()
HDomp-low.c840 ctx->cb.dst_fn = current_function_decl; in new_omp_context()
1114 ctx->cb.dst_fn = decl; in create_omp_child_function()
1177 OMP_PARALLEL_FN (*stmt_p) = ctx->cb.dst_fn; in scan_omp_parallel()
3647 record_vars_into (ctx->block_vars, ctx->cb.dst_fn); in lower_omp_sections()
4063 record_vars_into (BIND_EXPR_VARS (OMP_FOR_BODY (stmt)), ctx->cb.dst_fn); in lower_omp_for()
4118 record_vars_into (ctx->block_vars, ctx->cb.dst_fn); in lower_omp_for()
4163 child_fn = ctx->cb.dst_fn; in lower_omp_parallel()