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

/haiku-buildtools/legacy/gcc/gcc/
H A Dexcept.c640 entry->outer_context = gen_label_rtx ();
642 entry->outer_context = create_rethrow_ref (CODE_LABEL_NUMBER (rlab));
643 entry->rethrow_label = entry->outer_context;
1552 /* We share outer_context between regions; only emit it once. */
1553 && INSN_UID (entry->outer_context) == 0)
1562 emit_label (entry->outer_context);
1606 ehqueue for a matching region and rethrow from its outer_context. */
1633 dont_issue = ((INSN_UID (node->entry->outer_context) == 0)
1636 ehstack.top->entry->outer_context = node->entry->outer_context;
1835 rtx outer_context; local
1937 rtx outer_context = ehstack.top->entry->outer_context; local
[all...]
H A Dexcept.h63 rtx outer_context; member in struct:eh_entry
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c172 struct gimplify_omp_ctx *outer_context; member in struct:gimplify_omp_ctx
390 c->outer_context = gimplify_omp_ctxp;
712 ctx = ctx->outer_context;
1830 ctx = ctx->outer_context;
2285 for (ctx = gimplify_omp_ctxp; ctx; ctx = ctx->outer_context)
5583 ctx = ctx->outer_context;
5760 for (octx = ctx; octx; octx = octx->outer_context)
5900 if (ctx->outer_context)
5901 omp_notice_variable (ctx->outer_context, decl, in_code);
5902 for (octx = ctx->outer_context; oct
[all...]

Completed in 164 milliseconds