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

Declarations

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
  318   static inline aff var_on_domain(local_space ls, isl::dim type, unsigned int pos);

References

tools/polly/lib/Analysis/ScopInfo.cpp
  316       isl::aff::var_on_domain(isl::local_space(Space), isl::dim::param, 0);
  437     isl::aff Var = isl::aff::var_on_domain(LArraySpace, isl::dim::set, i);
  439         isl::aff::var_on_domain(LArraySpace, isl::dim::set, i - 1);