Lines Matching defs:context

108 #include "context.h"
216 /* Nesting depth of this context. Used to beautify error messages re
1016 the parallel context if DECL is to be shared. */
1318 /* Adjust the replacement for DECL in CTX for the new context. This means
1356 given context. Create new mappings to implement default semantics. */
1495 /* Create a new context, with OUTER_CTX being the surrounding context. */
1614 context. */
1775 /* Insert it into the current context. */
3276 contains context information about the OMP directives and
3310 /* If a context was created for STMT when it was scanned, return it. */
3322 context that has a mapping for DECL.
3325 mappings created in CTX's parent context. Suppose that we have the
3366 the parallel directive, it may be necessary to walk up the context
9546 pass_expand_omp (gcc::context *ctxt)
9570 make_pass_expand_omp (gcc::context *ctxt)
9593 pass_expand_omp_ssa (gcc::context *ctxt)
9609 make_pass_expand_omp_ssa (gcc::context *ctxt)
9710 /* Find the innermost OpenACC parallel context. */
10004 /* If ctx is a worksharing context inside of a cancellable parallel
10035 CTX is the enclosing OMP context for the current statement. */
11108 in GSI_P. CTX holds context information for the directive. */
11235 in GSI_P. CTX holds context information for the directive. */
11692 of OMP context, but with task_shared_vars set. */
11989 pass_lower_omp (gcc::context *ctxt)
12001 make_pass_lower_omp (gcc::context *ctxt)
12054 Previously we kept track of the label's entire context in diagnose_sb_[12]
12058 We built the context by building a list with tree_cons'ing, but there is
12109 gimple context = (gimple) wi->info;
12130 /* The minimal context here is just the current OMP construct. */
12134 wi->info = context;
12145 wi->info = context;
12152 (splay_tree_value) context);
12162 /* Pass 2: Check each branch and see if its context differs from that of
12163 the destination label's context. */
12169 gimple context = (gimple) wi->info;
12192 wi->info = context;
12202 wi->info = context;
12213 diagnose_sb_0 (gsi_p, context,
12221 diagnose_sb_0 (gsi_p, context,
12234 diagnose_sb_0 (gsi_p, context, n ? (gimple) n->value : NULL);
12246 if (n && diagnose_sb_0 (gsi_p, context, (gimple) n->value))
12253 diagnose_sb_0 (gsi_p, context, NULL);
12448 pass_diagnose_omp_blocks (gcc::context *ctxt)
12467 make_pass_diagnose_omp_blocks (gcc::context *ctxt)
13751 pass_omp_simd_clone(gcc::context *ctxt)
13772 make_pass_omp_simd_clone (gcc::context *ctxt)