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

/haiku-buildtools/gcc/gcc/
H A Dsel-sched-ir.h153 BOOL_BITFIELD needs_spec_check_p : 1; member in struct:_expr
188 #define EXPR_NEEDS_SPEC_CHECK_P(EXPR) ((EXPR)->needs_spec_check_p)
H A Dsel-sched.c3305 bool needs_spec_check_p = false;
3335 needs_spec_check_p |= EXPR_NEEDS_SPEC_CHECK_P (expr);
3349 if (needs_spec_check_p)
3295 bool needs_spec_check_p = false; local
H A Dsel-sched-ir.c1660 bool was_substituted, bool was_renamed, bool needs_spec_check_p,
1684 EXPR_NEEDS_SPEC_CHECK_P (expr) = needs_spec_check_p;
1642 init_expr(expr_t expr, vinsn_t vi, int spec, int use, int priority, int sched_times, int orig_bb_index, ds_t spec_done_ds, ds_t spec_to_check_ds, int orig_sched_cycle, vec<expr_history_def> history, signed char target_available, bool was_substituted, bool was_renamed, bool needs_spec_check_p, bool cant_move) argument

Completed in 125 milliseconds