Searched refs:storeMemrefs (Results 1 – 2 of 2) sorted by relevance
587 llvm::SmallDenseSet<Value, 4> storeMemrefs; in getFusionComputeCost() local590 storeMemrefs.insert(storeOp.getMemRef()); in getFusionComputeCost()599 for (auto value : storeMemrefs) { in getFusionComputeCost()
1771 DenseSet<Value> storeMemrefs; in findSiblingNodeToFuse() local1773 storeMemrefs.insert( in findSiblingNodeToFuse()1776 if (storeMemrefs.size() != 1) in findSiblingNodeToFuse()