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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched.c1965 moveup_expr_inside_insn_group (expr_t expr, insn_t through_insn)
1972 gcc_assert (INSN_SCHED_CYCLE (through_insn) > 0);
1974 full_ds = has_dependence_p (expr, through_insn, &has_dep_p);
1984 if (can_substitute_through_p (through_insn,
1986 && substitute_reg_in_expr (expr, through_insn, false))
2009 #define CANT_MOVE_TRAPPING(expr, through_insn) \
2011 && !sel_insn_has_single_succ_p ((through_insn), SUCCS_ALL) \
2012 && !sel_insn_is_speculation_check (through_insn))
2024 insn_t through_insn)
2030 if (!bookkeeping_can_be_created_if_moved_through_p (through_insn))
1957 moveup_expr_inside_insn_group(expr_t expr, insn_t through_insn) argument
2015 moving_insn_creates_bookkeeping_block_p(insn_t insn, insn_t through_insn) argument
2062 implicit_clobber_conflict_p(insn_t through_insn, expr_t expr) argument
2124 moveup_expr(expr_t expr, insn_t through_insn, bool inside_insn_group, enum local_trans_type *ptrans_type) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsel-sched.cc1965 moveup_expr_inside_insn_group (expr_t expr, insn_t through_insn)
1972 gcc_assert (INSN_SCHED_CYCLE (through_insn) > 0);
1974 full_ds = has_dependence_p (expr, through_insn, &has_dep_p);
1984 if (can_substitute_through_p (through_insn,
1986 && substitute_reg_in_expr (expr, through_insn, false))
2009 #define CANT_MOVE_TRAPPING(expr, through_insn) \
2011 && !sel_insn_has_single_succ_p ((through_insn), SUCCS_ALL) \
2012 && !sel_insn_is_speculation_check (through_insn))
2024 insn_t through_insn)
2030 if (!bookkeeping_can_be_created_if_moved_through_p (through_insn))
1957 moveup_expr_inside_insn_group(expr_t expr, insn_t through_insn) argument
2015 moving_insn_creates_bookkeeping_block_p(insn_t insn, insn_t through_insn) argument
2062 implicit_clobber_conflict_p(insn_t through_insn, expr_t expr) argument
2124 moveup_expr(expr_t expr, insn_t through_insn, bool inside_insn_group, enum local_trans_type *ptrans_type) argument
[all...]

Completed in 222 milliseconds