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

References

tools/polly/lib/Analysis/ScopInfo.cpp
  712     LengthMap = isl::map::universe(SubscriptMap.get_space());
  715     LengthMap = isl::map::from_pw_aff(LengthPWA);
  716     isl::space RangeSpace = LengthMap.get_space().range();
  717     LengthMap = LengthMap.apply_range(isl::map::lex_gt(RangeSpace));
  717     LengthMap = LengthMap.apply_range(isl::map::lex_gt(RangeSpace));
  719   LengthMap = LengthMap.lower_bound_si(isl::dim::out, 0, 0);
  719   LengthMap = LengthMap.lower_bound_si(isl::dim::out, 0, 0);
  720   LengthMap = LengthMap.align_params(SubscriptMap.get_space());
  720   LengthMap = LengthMap.align_params(SubscriptMap.get_space());
  721   SubscriptMap = SubscriptMap.align_params(LengthMap.get_space());
  722   LengthMap = LengthMap.sum(SubscriptMap);
  722   LengthMap = LengthMap.sum(SubscriptMap);
  724       LengthMap.set_tuple_id(isl::dim::in, getStatement()->getDomainId());