reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);