Home
last modified time | relevance | path

Searched refs:cond_stmt (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-loop-ivcanon.c497 tree cond_stmt = last_stmt (exit->src); in remove_empty_loop() local
512 COND_EXPR_COND (cond_stmt) = do_exit; in remove_empty_loop()
513 update_stmt (cond_stmt); in remove_empty_loop()
Dtree-vectorizer.c768 tree indx_before_incr, indx_after_incr, cond_stmt, cond; in slpeel_make_loop_iterate_ntimes() local
803 cond_stmt = build3 (COND_EXPR, TREE_TYPE (orig_cond), cond, in slpeel_make_loop_iterate_ntimes()
805 bsi_insert_before (&loop_cond_bsi, cond_stmt, BSI_SAME_STMT); in slpeel_make_loop_iterate_ntimes()
816 print_generic_expr (dump_file, cond_stmt, TDF_SLIM); in slpeel_make_loop_iterate_ntimes()
941 tree cond_stmt, then_label, else_label; in slpeel_add_loop_guard() local
952 cond_stmt = build3 (COND_EXPR, void_type_node, cond, in slpeel_add_loop_guard()
954 bsi_insert_after (&bsi, cond_stmt, BSI_NEW_STMT); in slpeel_add_loop_guard()
Dlambda-code.c2451 tree then_label, else_label, cond_stmt; in perfect_nestify() local
2505 cond_stmt = build3 (COND_EXPR, void_type_node, in perfect_nestify()
2511 bsi_insert_after (&bsi, cond_stmt, BSI_NEW_STMT); in perfect_nestify()