Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-grid.c1346 gimple_seq tmpseq = NULL; in grid_attempt_target_gridification() local
1347 gimplify_expr (&gs, &tmpseq, NULL, is_gimple_val, fb_rvalue); in grid_attempt_target_gridification()
1348 if (!gimple_seq_empty_p (tmpseq)) in grid_attempt_target_gridification()
1349 gsi_insert_seq_before (gsi, tmpseq, GSI_SAME_STMT); in grid_attempt_target_gridification()
1355 tmpseq = NULL; in grid_attempt_target_gridification()
1356 gimplify_expr (&ws, &tmpseq, NULL, is_gimple_val, fb_rvalue); in grid_attempt_target_gridification()
1357 if (!gimple_seq_empty_p (tmpseq)) in grid_attempt_target_gridification()
1358 gsi_insert_seq_before (gsi, tmpseq, GSI_SAME_STMT); in grid_attempt_target_gridification()