Searched refs:may_persist (Results 1 – 3 of 3) sorted by relevance
5125 isl_union_set_copy(prog->may_persist)); in node_may_persist()5174 isl_union_set *may_persist; in add_to_from_device() local5202 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() local5764 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 …]
181 isl_union_set *may_persist; member
3099 PPCGProg->may_persist = compute_may_persist(PPCGProg); in createPPCGProg()