Home | History | Annotate | Download | only in gcc

Lines Matching refs:split_point

1736 /* Update target_available bits when merging exprs TO and FROM.  SPLIT_POINT
1740 update_target_availability (expr_t to, expr_t from, insn_t split_point)
1750 if (split_point == NULL)
1774 /* Update speculation bits when merging exprs TO and FROM. SPLIT_POINT
1778 update_speculative_bits (expr_t to, expr_t from, insn_t split_point)
1812 if (split_point != NULL)
1820 INSN_UID (split_point), TRANS_SPECULATION,
1829 /* Merge bits of FROM expr to TO expr. When SPLIT_POINT is not NULL,
1832 merge_expr_data (expr_t to, expr_t from, insn_t split_point)
1839 split_point)
1867 update_target_availability (to, from, split_point);
1868 update_speculative_bits (to, from, split_point);
1872 in terms of vinsn_equal_p. SPLIT_POINT is non-null when expressions
1875 merge_expr (expr_t to, expr_t from, insn_t split_point)
1897 merge_expr_data (to, from, split_point);