Searched refs:gimplify_omp_ctx (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree-gimple.h134 struct gimplify_omp_ctx;
135 extern void omp_firstprivatize_variable (struct gimplify_omp_ctx *, tree);
H A Dlanghooks.h28 struct gimplify_omp_ctx;
153 void (*omp_firstprivatize_type_sizes) (struct gimplify_omp_ctx *, tree);
H A Dlanghooks-def.h94 struct gimplify_omp_ctx;
95 extern void lhd_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *,
H A Dlanghooks.c587 lhd_omp_firstprivatize_type_sizes (struct gimplify_omp_ctx *c ATTRIBUTE_UNUSED,
H A Dgimplify.c68 struct gimplify_omp_ctx struct
70 struct gimplify_omp_ctx *outer_context;
99 static struct gimplify_omp_ctx *gimplify_omp_ctxp;
262 static struct gimplify_omp_ctx *
265 struct gimplify_omp_ctx *c;
267 c = XCNEW (struct gimplify_omp_ctx);
282 delete_omp_context (struct gimplify_omp_ctx *c)
289 static void omp_add_variable (struct gimplify_omp_ctx *, tree, unsigned int);
290 static bool omp_notice_variable (struct gimplify_omp_ctx *, tree, bool);
739 struct gimplify_omp_ctx *ct
[all...]

Completed in 68 milliseconds