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

Declarations

tools/polly/lib/External/isl/isl_local_space_private.h
   17 __isl_give isl_local_space *isl_local_space_alloc(__isl_take isl_space *dim,

References

tools/polly/lib/External/isl/isl_local_space.c
   93 	return isl_local_space_alloc(dim, 0);
 1409 	res = isl_local_space_alloc(space, n_div_ma + n_div_ls);