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

References

tools/polly/lib/External/isl/isl_local_space.c
  337 	ls = isl_local_space_copy(ls);
  337 	ls = isl_local_space_copy(ls);
  338 	n = isl_local_space_dim(ls, isl_dim_div);
  340 		unknown = isl_local_space_div_is_marked_unknown(ls, i);
  342 			ls = isl_local_space_free(ls);
  342 			ls = isl_local_space_free(ls);
  345 		ls = isl_local_space_drop_dims(ls, isl_dim_div, i, 1);
  345 		ls = isl_local_space_drop_dims(ls, isl_dim_div, i, 1);
  349 	aff = extract_div(ls, pos);
  350 	isl_local_space_free(ls);