reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5577 stmts = isl_calloc_array(ctx, struct gpu_stmt, scop->pet->n_stmt); 5581 for (i = 0; i < scop->pet->n_stmt; ++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]); 5587 killed = is_stmt_killed(scop, scop->pet->stmts[i]);