Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dgpu.h193 isl_union_map *array_order; member
H A Dgpu.c287 prog->array_order = isl_union_map_empty(space); in collect_order_dependences()
317 prog->array_order = isl_union_map_union(prog->array_order, in collect_order_dependences()
4391 isl_union_map_copy(prog->array_order)); in construct_schedule_constraints()
5844 isl_union_map_free(prog->array_order); in gpu_prog_free()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp3123 PPCGProg->array_order = nullptr; in createPPCGProg()