Home
last modified time | relevance | path

Searched refs:getAccessRelationStr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/Exchange/
H A DJSONExporter.cpp164 access["relation"] = MA->getAccessRelationStr(); in getJSON()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h821 std::string getAccessRelationStr() const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp607 std::string MemoryAccess::getAccessRelationStr() const { in getAccessRelationStr() function in MemoryAccess