Searched refs:orig_cond (Results 1 – 2 of 2) sorted by relevance
769 tree orig_cond; in slpeel_make_loop_iterate_ntimes() local782 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() local989 || (!orig_cond || orig_cond != bsi_stmt (loop_exit_bsi)) in slpeel_can_duplicate_loop_p()
32668 EXPR_LOCUS from orig_cond to the new cond_stmt.