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
   50 isl_bool isl_local_space_has_equal_space(__isl_keep isl_local_space *ls1,

References

tools/polly/lib/External/isl/isl_aff.c
 5646 	equal = isl_local_space_has_equal_space(src->ls, dst->ls);
tools/polly/lib/External/isl/isl_local_space.c
  202 	equal = isl_local_space_has_equal_space(ls1, ls2);