reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/ppcg/gpu.c
 5581 	for (i = 0; i < scop->pet->n_stmt; ++i) {
 5581 	for (i = 0; i < scop->pet->n_stmt; ++i) {
 5581 	for (i = 0; i < scop->pet->n_stmt; ++i) {
 5582 		struct gpu_stmt *s = &stmts[i];
 5585 		s->id = isl_set_get_tuple_id(scop->pet->stmts[i]->domain);
 5586 		s->stmt = scop->pet->stmts[i];
 5587 		killed = is_stmt_killed(scop, scop->pet->stmts[i]);
 5589 			return free_stmts(stmts, i + 1);
 5593 			return free_stmts(stmts, i + 1);