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

References

tools/polly/lib/External/ppcg/gpu.c
 5779 	must_kill = isl_union_map_copy(prog->tagged_must_kill);
 5780 	killed = isl_union_map_range(must_kill);
 5781 	must_kill = isl_union_map_copy(prog->must_write);
 5782 	killed = isl_union_set_union(killed, isl_union_map_range(must_kill));