Home
last modified time | relevance | path

Searched refs:orig_cond (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dtree-vectorizer.c769 tree orig_cond; in slpeel_make_loop_iterate_ntimes() local
782 orig_cond = get_loop_exit_condition (loop); in slpeel_make_loop_iterate_ntimes()
783 gcc_assert (orig_cond); in slpeel_make_loop_iterate_ntimes()
784 loop_cond_bsi = bsi_for_stmt (orig_cond); in slpeel_make_loop_iterate_ntimes()
803 cond_stmt = build3 (COND_EXPR, TREE_TYPE (orig_cond), cond, in slpeel_make_loop_iterate_ntimes()
975 tree orig_cond = get_loop_exit_condition (loop); in slpeel_can_duplicate_loop_p() local
989 || (!orig_cond || orig_cond != bsi_stmt (loop_exit_bsi)) in slpeel_can_duplicate_loop_p()
DChangeLog-200532668 EXPR_LOCUS from orig_cond to the new cond_stmt.