Searched refs:then_stmt (Results 1 – 3 of 3) sorted by relevance
227 extern Code * build_if(Expr *cond_expr, Code *then_stmt, Code *else_stmt);
1216 gimple *then_stmt, *else_stmt; in make_cond_expr_edges() local1229 then_stmt = first_stmt (then_bb); in make_cond_expr_edges()1233 e->goto_locus = gimple_location (then_stmt); in make_cond_expr_edges()
1210 gimple *then_stmt, *else_stmt; in make_cond_expr_edges() local1223 then_stmt = first_stmt (then_bb); in make_cond_expr_edges()1227 e->goto_locus = gimple_location (then_stmt); in make_cond_expr_edges()