• Home
  • Raw
  • Download

Lines Matching refs:ppcg_scop

101 int ppcg_scop_any_hidden_declarations(struct ppcg_scop *scop)  in ppcg_scop_any_hidden_declarations()
165 static __isl_give isl_id *generate_name(struct ppcg_scop *scop, in generate_name()
192 __isl_give isl_id_list *ppcg_scop_generate_names(struct ppcg_scop *scop, in ppcg_scop_generate_names()
347 void compute_tagger(struct ppcg_scop *ps) in compute_tagger()
388 static void compute_live_out(struct ppcg_scop *ps) in compute_live_out()
427 static void compute_tagged_flow_dep_only(struct ppcg_scop *ps) in compute_tagged_flow_dep_only()
464 static void derive_flow_dep_from_tagged_flow_dep(struct ppcg_scop *ps) in derive_flow_dep_from_tagged_flow_dep()
478 static void compute_tagged_flow_dep(struct ppcg_scop *ps) in compute_tagged_flow_dep()
522 static void compute_order_dependences(struct ppcg_scop *ps) in compute_order_dependences()
588 static void compute_forced_dependences(struct ppcg_scop *ps) in compute_forced_dependences()
649 static void remove_independences_from_tagged_flow(struct ppcg_scop *ps) in remove_independences_from_tagged_flow()
675 static void compute_live_range_reordering_dependences(struct ppcg_scop *ps) in compute_live_range_reordering_dependences()
687 static void compute_flow_dep(struct ppcg_scop *ps) in compute_flow_dep()
717 void compute_dependences(struct ppcg_scop *scop) in compute_dependences()
772 void eliminate_dead_code(struct ppcg_scop *ps) in eliminate_dead_code()
836 void *ppcg_scop_free(struct ppcg_scop *ps) in ppcg_scop_free()
875 static struct ppcg_scop *ppcg_scop_from_pet_scop(struct pet_scop *scop, in ppcg_scop_from_pet_scop()
880 struct ppcg_scop *ps; in ppcg_scop_from_pet_scop()
887 ps = isl_calloc_type(ctx, struct ppcg_scop); in ppcg_scop_from_pet_scop()
936 struct ppcg_scop *scop, void *user);
976 struct ppcg_scop *ps; in transform()
1005 struct ppcg_scop *scop, void *user), void *user) in ppcg_transform()