Searched refs:gsi_split (Results 1 – 1 of 1) sorted by relevance
481 gimple_stmt_iterator gsi_split = gsi; in execute() local486 gsi_next_nondebug (&gsi_split); in execute()493 gsi_split = gsi_start_bb (nbb); in execute()503 op1 = detach_value (loc, &gsi_split, op1); in execute()504 op2 = same_p ? op1 : detach_value (loc, &gsi_split, op2); in execute()508 gsi_insert_before (&gsi_split, asgnck, GSI_SAME_STMT); in execute()514 if (!gsi_end_p (gsi_split) in execute()515 || !single_succ_p (gsi_bb (gsi_split))) in execute()517 if (!gsi_end_p (gsi_split)) in execute()518 gsi_prev (&gsi_split); in execute()[all …]