Searched refs:in_code (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dcombine.c6442 make_compound_operation (rtx x, enum rtx_code in_code)
6461 : in_code == COMPARE ? SET : in_code);
6471 if (in_code == MEM && GET_CODE (XEXP (x, 1)) == CONST_INT
6495 0, in_code == COMPARE);
6508 0, in_code == COMPARE);
6523 new = make_compound_operation (new, in_code);
6538 NULL_RTX, i, 1, 0, in_code == COMPARE);
6571 0, NULL_RTX, i, 1, 0, in_code == COMPARE);
6575 else if (in_code
6417 make_compound_operation(rtx x, enum rtx_code in_code) argument
[all...]
H A Dgimplify.c4508 omp_notice_variable (struct gimplify_omp_ctx *ctx, tree decl, bool in_code)
4511 unsigned flags = in_code ? GOVD_SEEN : 0;
4587 && omp_notice_variable (ctx->outer_context, decl, in_code))
4507 omp_notice_variable(struct gimplify_omp_ctx *ctx, tree decl, bool in_code) argument

Completed in 132 milliseconds