Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopInfo.h816 std::string getNewAccessRelationStr() const;
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp627 std::string MemoryAccess::getNewAccessRelationStr() const { in getNewAccessRelationStr() function in MemoryAccess
972 OS.indent(11) << "new: " << getNewAccessRelationStr() << ";\n"; in print()