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

References

tools/polly/lib/External/ppcg/gpu.c
 2259 			isl_union_map_copy(prog->scop->tagged_dep_flow));
 2263 	external = isl_union_map_copy(prog->scop->tagged_dep_flow);
 3737 	local = isl_union_map_copy(kernel->prog->scop->tagged_dep_flow);
 4379 			isl_union_map_copy(prog->scop->tagged_dep_flow),
 5099 	flow = isl_union_map_copy(prog->scop->tagged_dep_flow);
tools/polly/lib/External/ppcg/ppcg.c
  455 	ps->tagged_dep_flow = tagged_flow;
  466 	ps->dep_flow = isl_union_map_copy(ps->tagged_dep_flow);
  537 	matched = isl_union_map_domain(isl_union_map_copy(ps->tagged_dep_flow));
  625 	sink_access = isl_union_map_copy(ps->tagged_dep_flow);
  655 	tf = isl_union_map_copy(ps->tagged_dep_flow);
  662 	ps->tagged_dep_flow = isl_union_map_subtract(ps->tagged_dep_flow, tf);
  662 	ps->tagged_dep_flow = isl_union_map_subtract(ps->tagged_dep_flow, tf);
  813 	ps->tagged_dep_flow = isl_union_map_intersect_range(ps->tagged_dep_flow,
  813 	ps->tagged_dep_flow = isl_union_map_intersect_range(ps->tagged_dep_flow,
  854 	isl_union_map_free(ps->tagged_dep_flow);