Searched refs:check_ds (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | sel-sched.c | 1761 create_speculation_check (expr_t c_expr, ds_t check_ds, insn_t orig_insn) in create_speculation_check() argument 1771 if (targetm.sched.needs_block_p (check_ds) in create_speculation_check() 1785 check_ds); in create_speculation_check() 1797 INSN_SPEC_CHECKED_DS (insn) = check_ds; in create_speculation_check() 1825 check_ds = ds_get_max_dep_weak (check_ds); in create_speculation_check() 1826 speculate_expr (c_expr, check_ds); in create_speculation_check() 5878 ds_t check_ds; in maybe_emit_speculative_check() local 5880 check_ds = get_spec_check_type_for_insn (insn, expr); in maybe_emit_speculative_check() 5881 if (check_ds != 0) in maybe_emit_speculative_check() 5884 x = create_speculation_check (params->c_expr, check_ds, insn); in maybe_emit_speculative_check()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | sel-sched.cc | 1761 create_speculation_check (expr_t c_expr, ds_t check_ds, insn_t orig_insn) in create_speculation_check() argument 1771 if (targetm.sched.needs_block_p (check_ds) in create_speculation_check() 1785 check_ds); in create_speculation_check() 1797 INSN_SPEC_CHECKED_DS (insn) = check_ds; in create_speculation_check() 1825 check_ds = ds_get_max_dep_weak (check_ds); in create_speculation_check() 1826 speculate_expr (c_expr, check_ds); in create_speculation_check() 5878 ds_t check_ds; in maybe_emit_speculative_check() local 5880 check_ds = get_spec_check_type_for_insn (insn, expr); in maybe_emit_speculative_check() 5881 if (check_ds != 0) in maybe_emit_speculative_check() 5884 x = create_speculation_check (params->c_expr, check_ds, insn); in maybe_emit_speculative_check()
|