Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/ppcg/
Dgpu.c5125 isl_union_set_copy(prog->may_persist)); in node_may_persist()
5174 isl_union_set *may_persist; in add_to_from_device() local
5202 may_persist = node_may_persist(node, prog); in add_to_from_device()
5203 may_write = isl_union_map_intersect_range(may_write, may_persist); in add_to_from_device()
5761 isl_union_set *may_persist, *killed; in compute_may_persist() local
5764 may_persist = isl_union_set_empty(isl_set_get_space(prog->context)); in compute_may_persist()
5772 may_persist = isl_union_set_add_set(may_persist, extent); in compute_may_persist()
5775 may_persist = isl_union_set_intersect_params(may_persist, in compute_may_persist()
5777 may_persist = isl_union_set_apply(may_persist, in compute_may_persist()
5784 may_persist = isl_union_set_subtract(may_persist, killed); in compute_may_persist()
[all …]
Dgpu.h181 isl_union_set *may_persist; member
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp3099 PPCGProg->may_persist = compute_may_persist(PPCGProg); in createPPCGProg()