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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-vectorizer.c770 tree orig_cond;
783 orig_cond = get_loop_exit_condition (loop);
784 gcc_assert (orig_cond);
785 loop_cond_bsi = bsi_for_stmt (orig_cond);
804 cond_stmt = build3 (COND_EXPR, TREE_TYPE (orig_cond), cond,
976 tree orig_cond = get_loop_exit_condition (loop);
990 || (!orig_cond || orig_cond != bsi_stmt (loop_exit_bsi))
769 tree orig_cond; local
975 tree orig_cond = get_loop_exit_condition (loop); local

Completed in 62 milliseconds