Home | History | Annotate | Download | only in gcc

Lines Matching defs:cond_stmt

826   gcond *cond_stmt;
846 cond_stmt = gimple_build_cond (LE_EXPR, tidx, bound, NULL_TREE, NULL_TREE);
847 gsi_insert_before (&gsi, cond_stmt, GSI_SAME_STMT);
848 update_stmt (cond_stmt);
868 e02 = split_block (bb0, cond_stmt);
1718 gcond *cond_stmt;
1728 cond_stmt = gimple_build_cond_from_tree (tmp, NULL_TREE, NULL_TREE);
1729 gimple_set_location (cond_stmt, loc);
1730 gsi_insert_before (gsip, cond_stmt, GSI_SAME_STMT);
1732 e_false = split_block (split_bb, cond_stmt);