Searched refs:EXPR_SPEC (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.c1666 EXPR_SPEC (expr) = spec;
1709 init_expr (to, EXPR_VINSN (from), EXPR_SPEC (from),
1724 init_expr (to, EXPR_VINSN (from), EXPR_SPEC (from), EXPR_USEFULNESS (from),
1743 EXPR_SPEC (expr) = 0;
1862 if (EXPR_SPEC (to) < EXPR_SPEC (from))
1863 EXPR_SPEC (to) = EXPR_SPEC (from);
H A Dsel-sched-dump.c285 int spec = EXPR_SPEC (expr);
H A Dsel-sched.c2808 /* We will edit SUCC_SET and EXPR_SPEC field of its elements. */
2882 EXPR_SPEC (expr)++;
4278 if (EXPR_SPEC (cur_expr) > EXPR_SPEC (min_spec_expr))
4289 privileged_n, privileged_n ? EXPR_SPEC (min_spec_expr) : -1);
4885 EXPR_SPEC; this is not equivalent, because it may be positive even
4887 any path, EXPR_SPEC will be positive). */
4893 && (EXPR_SPEC (expr)
H A Dsel-sched-ir.h177 #define EXPR_SPEC(EXPR) ((EXPR)->spec) macro

Completed in 121 milliseconds