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

References

tools/polly/lib/External/ppcg/gpu.c
 5764 	may_persist = isl_union_set_empty(isl_set_get_space(prog->context));
 5772 		may_persist = isl_union_set_add_set(may_persist, extent);
 5772 		may_persist = isl_union_set_add_set(may_persist, extent);
 5775 	may_persist = isl_union_set_intersect_params(may_persist,
 5775 	may_persist = isl_union_set_intersect_params(may_persist,
 5777 	may_persist = isl_union_set_apply(may_persist,
 5777 	may_persist = isl_union_set_apply(may_persist,
 5784 	may_persist = isl_union_set_subtract(may_persist, killed);
 5784 	may_persist = isl_union_set_subtract(may_persist, killed);
 5785 	return may_persist;