Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp130 unsigned getStoreOpCount(Value memref) { in getStoreOpCount() function
359 if (srcNode->getStoreOpCount(memref) > 0) in getIncomingMemRefAccesses()
846 getNode(srcId)->getStoreOpCount(memrefAndList.first) > 0; in init()
850 getNode(dstId)->getStoreOpCount(memrefAndList.first) > 0; in init()
1597 (removeSrcNode || dstNode->getStoreOpCount(memref) > 0)) in fuseProducerConsumerNodes()
1893 mdg->getNode(inEdge.id)->getStoreOpCount(inEdge.value) > 0) in findSiblingNodeToFuse()