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

Declarations

tools/polly/include/polly/ScopInfo.h
 2265   std::string getNameStr() const;

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 3341       dbgs() << "\n\nNOTE: Run time checks for " << scop->getNameStr()
tools/polly/lib/Analysis/ScopInfo.cpp
 2216   OS.indent(4) << "Region: " << getNameStr() << "\n";
tools/polly/lib/CodeGen/IslAst.cpp
  725   OS << ":: isl ast :: " << F.getName() << " :: " << S.getNameStr() << "\n";
tools/polly/lib/Exchange/JSONExporter.cpp
   84   std::string FileName = FunctionName + "___" + S.getNameStr() + ".jscop";
  139   root["name"] = S.getNameStr();
  184   errs() << "Writing JScop '" << S.getNameStr() << "' in function '"
  699   errs() << "Reading JScop '" << S.getNameStr() << "' in function '"