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

References

tools/polly/lib/External/ppcg/gpu.c
   69 		struct gpu_stmt *stmt = &prog->stmts[i];
   86 		struct gpu_stmt *stmt = &prog->stmts[i];
  681 static void *free_stmts(struct gpu_stmt *stmts, int n)
 1380 static struct gpu_stmt *find_stmt(struct gpu_prog *prog, __isl_keep isl_id *id)
 1842 	__isl_keep isl_ast_build *build, struct gpu_stmt *gpu_stmt,
 2074 	struct gpu_stmt *gpu_stmt;
 5534 static int pet_stmt_extract_accesses(struct gpu_stmt *stmt,
 5571 static struct gpu_stmt *extract_stmts(isl_ctx *ctx, struct ppcg_scop *scop,
 5575 	struct gpu_stmt *stmts;
 5582 		struct gpu_stmt *s = &stmts[i];
tools/polly/lib/External/ppcg/gpu.h
  197 	struct gpu_stmt *stmts;
  290 			struct gpu_stmt *stmt;