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

References

tools/polly/lib/External/ppcg/cpu.h
   11 	struct ppcg_scop *ps, struct ppcg_options *options);
tools/polly/lib/External/ppcg/gpu.c
 3086 	__isl_keep isl_multi_pw_aff *size, struct ppcg_scop *scop)
 5552 static isl_bool is_stmt_killed(struct ppcg_scop *scop, struct pet_stmt *stmt)
 5571 static struct gpu_stmt *extract_stmts(isl_ctx *ctx, struct ppcg_scop *scop,
 5659 	struct gpu_gen *gen, struct ppcg_scop *scop,
 5704 	struct ppcg_scop *scop, void *user)
 5788 struct gpu_prog *gpu_prog_alloc(isl_ctx *ctx, struct ppcg_scop *scop)
tools/polly/lib/External/ppcg/gpu.h
  165 	struct ppcg_scop *scop;
  432 struct gpu_prog *gpu_prog_alloc(isl_ctx *ctx, struct ppcg_scop *scop);
tools/polly/lib/External/ppcg/gpu_group.c
  468 	struct ppcg_scop *scop;
tools/polly/lib/External/ppcg/hybrid.c
 1088 static __isl_give isl_map *collect_deps(struct ppcg_scop *scop,
 1315 __isl_give ppcg_ht_bounds *ppcg_ht_compute_bounds(struct ppcg_scop *scop,
tools/polly/lib/External/ppcg/hybrid.h
   18 __isl_give ppcg_ht_bounds *ppcg_ht_compute_bounds(struct ppcg_scop *scop,
tools/polly/lib/External/ppcg/ppcg.c
  101 int ppcg_scop_any_hidden_declarations(struct ppcg_scop *scop)
  165 static __isl_give isl_id *generate_name(struct ppcg_scop *scop,
  192 __isl_give isl_id_list *ppcg_scop_generate_names(struct ppcg_scop *scop,
  347 void compute_tagger(struct ppcg_scop *ps)
  388 static void compute_live_out(struct ppcg_scop *ps)
  427 static void compute_tagged_flow_dep_only(struct ppcg_scop *ps)
  464 static void derive_flow_dep_from_tagged_flow_dep(struct ppcg_scop *ps)
  478 static void compute_tagged_flow_dep(struct ppcg_scop *ps)
  522 static void compute_order_dependences(struct ppcg_scop *ps)
  588 static void compute_forced_dependences(struct ppcg_scop *ps)
  649 static void remove_independences_from_tagged_flow(struct ppcg_scop *ps)
  675 static void compute_live_range_reordering_dependences(struct ppcg_scop *ps)
  687 static void compute_flow_dep(struct ppcg_scop *ps)
  717 void compute_dependences(struct ppcg_scop *scop)
  772 void eliminate_dead_code(struct ppcg_scop *ps)
  836 void *ppcg_scop_free(struct ppcg_scop *ps)
  875 static struct ppcg_scop *ppcg_scop_from_pet_scop(struct pet_scop *scop,
  880 	struct ppcg_scop *ps;
  936 		struct ppcg_scop *scop, void *user);
  976 	struct ppcg_scop *ps;
 1005 		struct ppcg_scop *scop, void *user), void *user)
tools/polly/lib/External/ppcg/ppcg.h
  111 int ppcg_scop_any_hidden_declarations(struct ppcg_scop *scop);
  112 __isl_give isl_id_list *ppcg_scop_generate_names(struct ppcg_scop *scop,
  118 		struct ppcg_scop *scop, void *user), void *user);
  124 void compute_tagger(struct ppcg_scop *ps);
  125 void compute_dependences(struct ppcg_scop *scop);
  126 void eliminate_dead_code(struct ppcg_scop *ps);
  127 void *ppcg_scop_free(struct ppcg_scop *ps);
tools/polly/lib/External/ppcg/print.c
  420 	struct ppcg_scop *scop, int exposed)
  448 	__isl_take isl_printer *p, struct ppcg_scop *scop)
  457 	__isl_take isl_printer *p, struct ppcg_scop *scop)
tools/polly/lib/External/ppcg/print.h
   36 	__isl_take isl_printer *p, struct ppcg_scop *scop);
   38 	__isl_take isl_printer *p, struct ppcg_scop *scop);