Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h815 std::string getOriginalAccessRelationStr() const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp591 std::string MemoryAccess::getOriginalAccessRelationStr() const { in getOriginalAccessRelationStr() function in MemoryAccess
938 OS.indent(16) << getOriginalAccessRelationStr() << ";\n"; in print()