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

References

tools/polly/lib/Analysis/ScopInfo.cpp
 1381   Context = NewContext.align_params(Context.get_space());
 1381   Context = NewContext.align_params(Context.get_space());
 1550   Context = isl::set::universe(Space);
 1559     Context = addRangeBoundsToSet(Context, SRange, PDim++, isl::dim::param);
 1559     Context = addRangeBoundsToSet(Context, SRange, PDim++, isl::dim::param);
 1606   Context = Context.align_params(Space);
 1606   Context = Context.align_params(Space);
 1609   Context = boundFortranArrayParams(Context, arrays());
 1609   Context = boundFortranArrayParams(Context, arrays());
 1904 isl::set Scop::getContext() const { return Context; }
 2027     if (Context.is_subset(Set))
 2033     if (Set.is_disjoint(Context))
 2135   OS.indent(4) << Context << "\n";