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

References

tools/polly/lib/Analysis/DependenceInfo.cpp
  827   D[Level].reset(new Dependences(S.getSharedIslCtx(), Level));
  852   Dependences D(S.getSharedIslCtx(), OptAnalysisLevel);
  869   D[Level].reset(new Dependences(S->getSharedIslCtx(), Level));
  888   Dependences D(S.getSharedIslCtx(), OptAnalysisLevel);
  923   std::unique_ptr<Dependences> D(new Dependences(S->getSharedIslCtx(), Level));
tools/polly/lib/CodeGen/CodeGeneration.cpp
  184   if (Ast.getSharedIslCtx() != S.getSharedIslCtx()) {
tools/polly/lib/CodeGen/IslAst.cpp
  508 IslAst::IslAst(Scop &Scop) : S(Scop), Ctx(Scop.getSharedIslCtx()) {}
  797   if (D.getSharedIslCtx() != Scop.getSharedIslCtx()) {
tools/polly/lib/Transform/FlattenSchedule.cpp
   58     IslCtx = S.getSharedIslCtx();
tools/polly/lib/Transform/ScheduleOptimizer.cpp
 1483   if (D.getSharedIslCtx() != S.getSharedIslCtx()) {
tools/polly/lib/Transform/ZoneAlgo.cpp
  262     : PassName(PassName), IslCtx(S->getSharedIslCtx()), S(S), LI(LI),