reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/ppcg/gpu.c
 5099 	flow = isl_union_map_copy(prog->scop->tagged_dep_flow);
 5100 	data.local_flow = isl_union_map_copy(flow);
 5101 	data.inner_band_flow = isl_union_map_copy(flow);
 5102 	data.may_persist_flow = flow;
 5107 	flow = data.may_persist_flow;
 5116 	flow = isl_union_map_subtract_domain(flow, isl_union_set_copy(domain));
 5116 	flow = isl_union_map_subtract_domain(flow, isl_union_set_copy(domain));
 5119 	flow = isl_union_map_subtract(flow, local_flow);
 5119 	flow = isl_union_map_subtract(flow, local_flow);
 5121 	persist = isl_union_map_domain(flow);