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
   42 isl_bool isl_local_space_divs_known(__isl_keep isl_local_space *ls);

References

tools/polly/lib/External/isl/isl_aff.c
   91 	if (!isl_local_space_divs_known(ls))
tools/polly/lib/External/isl/isl_local_space.c
  206 	if (!isl_local_space_divs_known(ls1))
  208 	if (!isl_local_space_divs_known(ls2))
  383 	known = isl_local_space_divs_known(ls);