Lines Matching refs:check_ds
1765 CHECK_DS describes speculations that should be checked,
1768 create_speculation_check (expr_t c_expr, ds_t check_ds, insn_t orig_insn)
1778 if (targetm.sched.needs_block_p (check_ds)
1792 check_ds);
1804 INSN_SPEC_CHECKED_DS (insn) = check_ds;
1832 check_ds = ds_get_max_dep_weak (check_ds);
1833 speculate_expr (c_expr, check_ds);
5890 ds_t check_ds;
5892 check_ds = get_spec_check_type_for_insn (insn, expr);
5893 if (check_ds != 0)
5896 x = create_speculation_check (params->c_expr, check_ds, insn);