Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp654 DenseSet<Value> srcStoreMemRefs; in gatherProducerConsumerMemrefs() local
657 srcStoreMemRefs.insert(storeOp.getMemRef()); in gatherProducerConsumerMemrefs()
663 if (srcStoreMemRefs.count(loadOp.getMemRef()) > 0) in gatherProducerConsumerMemrefs()