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

Declarations

tools/polly/include/polly/ScopInfo.h
 1573   const char *getBaseName() const;

References

tools/polly/lib/Analysis/ScopBuilder.cpp
 2625   isl::id Id = isl::id::alloc(scop->getIslCtx(), Stmt.getBaseName(), &Stmt);
tools/polly/lib/Analysis/ScopInfo.cpp
  900   std::string IdName = Stmt->getBaseName() + Access;
  918   std::string IdName = Stmt->getBaseName() + Access;
 1208   isl::id Id = isl::id::alloc(getIslCtx(), getBaseName(), this);
 1268   OS << "\t" << getBaseName() << "\n";
tools/polly/lib/CodeGen/BlockGenerators.cpp
  666   const char *BaseName = Stmt.getBaseName();
tools/polly/lib/CodeGen/IslAst.cpp
  683   P = isl_printer_print_str(P, AccessStmt->getBaseName());
tools/polly/lib/Exchange/JSONExporter.cpp
  152     statement["name"] = Stmt.getBaseName();
tools/polly/lib/Support/VirtualInstruction.cpp
  106   OS << "User: [" << User->getBaseName() << "] ";
  159   OS << "[" << Stmt->getBaseName() << "]";
tools/polly/lib/Transform/ForwardOpTree.cpp
  328       OS.indent(Indent + 4) << Stmt.getBaseName() << "\n";
tools/polly/lib/Transform/Simplify.cpp
  609       OS.indent(Indent + 4) << Stmt.getBaseName() << "\n";
tools/polly/lib/Transform/ZoneAlgo.cpp
 1085     OS.indent(Indent + 4) << Stmt.getBaseName() << "\n";