Lines Matching defs:gang_single_seq
1266 gimple_seq gang_single_seq = NULL;
1267 /* Flag recording whether the gang_single_seq only contains copies to
1308 if (gang_single_seq != NULL && !only_simple_assignments)
1311 = make_region_seq (loc, gang_single_seq,
1318 else if (gang_single_seq != NULL && only_simple_assignments)
1326 gimple_seq_add_stmt (&gang_single_seq, stmt);
1327 stmt = gimple_build_bind (NULL, gang_single_seq,
1330 gang_single_seq = NULL;
1357 gimple_seq_add_stmt (&gang_single_seq, stmt);
1374 if (region_body == NULL && gang_single_seq == NULL)
1378 gimple_seq_add_stmt (&gang_single_seq, stmt);
1382 if (gang_single_seq != NULL)
1385 = make_region_seq (loc, gang_single_seq,