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

References

tools/polly/include/polly/ScopDetection.h
  176           BoxedLoopsSet(std::move(DC.BoxedLoopsSet)),
tools/polly/include/polly/ScopInfo.h
 2472   const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; }
tools/polly/lib/Analysis/ScopDetection.cpp
  444       Context.BoxedLoopsSet.insert(L);
  447   return (AllowNonAffineSubLoops || Context.BoxedLoopsSet.empty());
 1099     if (Context.BoxedLoopsSet.count(L))
 1587     if (Context.BoxedLoopsSet.count(L))
 1614   int NumAffineLoops = NumLoops - Context.BoxedLoopsSet.size();