Home
last modified time | relevance | path

Searched refs:getNewAccessRelationStr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h818 std::string getNewAccessRelationStr() const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp603 std::string MemoryAccess::getNewAccessRelationStr() const { in getNewAccessRelationStr() function in MemoryAccess
940 OS.indent(11) << "new: " << getNewAccessRelationStr() << ";\n"; in print()