Home
last modified time | relevance | path

Searched refs:pet_scop (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/External/pet/include/
Dpet.h513 struct pet_scop { struct
535 typedef struct pet_scop pet_scop; argument
545 __isl_give pet_scop *pet_scop_extract_from_C_source(isl_ctx *ctx,
554 __isl_take pet_scop *scop, void *user), void *user);
558 __isl_give isl_printer *pet_scop_print_original(__isl_keep pet_scop *scop,
564 __isl_give pet_scop *pet_scop_align_params(__isl_take pet_scop *scop);
567 int pet_scop_has_data_dependent_accesses(__isl_keep pet_scop *scop);
569 int pet_scop_has_data_dependent_conditions(__isl_keep pet_scop *scop);
575 int pet_scop_can_build_ast_exprs(__isl_keep pet_scop *scop);
577 void pet_scop_dump(__isl_keep pet_scop *scop);
[all …]
/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c125 static __isl_give isl_id_to_ast_expr *collect_names(struct pet_scop *scop) in collect_names()
221 static __isl_give isl_union_set *collect_domains(struct pet_scop *scop, in collect_domains()
255 static __isl_give isl_union_set *collect_non_kill_domains(struct pet_scop *scop) in collect_non_kill_domains()
317 static __isl_give isl_union_set *collect_call_domains(struct pet_scop *scop) in collect_call_domains()
875 static struct ppcg_scop *ppcg_scop_from_pet_scop(struct pet_scop *scop, in ppcg_scop_from_pet_scop()
944 static int print_original(struct pet_scop *scop, struct ppcg_options *options) in print_original()
973 struct pet_scop *scop, void *user) in transform()
Dppcg.h108 struct pet_scop *pet;