Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp841 for (auto &memrefAndList : memrefAccesses) { in init() local
842 unsigned n = memrefAndList.second.size(); in init()
844 unsigned srcId = memrefAndList.second[i]; in init()
846 getNode(srcId)->getStoreOpCount(memrefAndList.first) > 0; in init()
848 unsigned dstId = memrefAndList.second[j]; in init()
850 getNode(dstId)->getStoreOpCount(memrefAndList.first) > 0; in init()
852 addEdge(srcId, dstId, memrefAndList.first); in init()