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
   41 isl_bool isl_local_space_div_is_known(__isl_keep isl_local_space *ls, int div);

References

tools/polly/lib/External/isl/isl_coalesce.c
 2590 		if (!isl_local_space_div_is_known(ls1, i) ||
 2591 		    !isl_local_space_div_is_known(ls2, i))
tools/polly/lib/External/isl/isl_local_space.c
  373 	known = isl_local_space_div_is_known(ls, pos);