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

Declarations

tools/polly/include/polly/ScopInfo.h
 2762 raw_ostream &operator<<(raw_ostream &OS, const Scop &scop);

References

tools/polly/lib/Analysis/DependenceInfo.cpp
  316   LLVM_DEBUG(dbgs() << "Scop: \n" << S << "\n");
tools/polly/lib/Analysis/ScopBuilder.cpp
 3765   LLVM_DEBUG(dbgs() << *scop);
tools/polly/lib/CodeGen/CodeGeneration.cpp
   92     errs() << S;
tools/polly/lib/Exchange/JSONExporter.cpp
  744 void JSONExporter::printScop(raw_ostream &OS, Scop &S) const { OS << S; }
  768   OS << S;
tools/polly/lib/Transform/DeLICM.cpp
 1372     LLVM_DEBUG(dbgs() << S);
tools/polly/lib/Transform/ForwardOpTree.cpp
  935     LLVM_DEBUG(dbgs() << S);
tools/polly/lib/Transform/ScheduleOptimizer.cpp
 1637     errs() << S;
tools/polly/lib/Transform/Simplify.cpp
  657     LLVM_DEBUG(dbgs() << S);